Skip to content

Commit

Permalink
Bump twine from 6.0.1 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [twine](https://github.com/pypa/twine) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@6.0.1...6.1.0)

---
updated-dependencies:
- dependency-name: twine
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 704d998 commit 76595e3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
45 changes: 25 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ polling2= "0.5.0"
black= "24.10.0"
flake8= "7.1.1"
pytest = "~8.2.2"
twine = "~6.0.0"
twine = ">=6.0,<6.2"

[tool.poetry.scripts]
cloudfoundry-client = "cloudfoundry_client.main.main:main"
Expand Down

0 comments on commit 76595e3

Please sign in to comment.