Skip to content

Commit 03bb298

Browse files
Bump twine from 6.0.1 to 6.1.0 (#227)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 704d998 commit 03bb298

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

poetry.lock

Lines changed: 25 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ polling2= "0.5.0"
3131
black= "24.10.0"
3232
flake8= "7.1.1"
3333
pytest = "~8.2.2"
34-
twine = "~6.0.0"
34+
twine = ">=6.0,<6.2"
3535

3636
[tool.poetry.scripts]
3737
cloudfoundry-client = "cloudfoundry_client.main.main:main"

0 commit comments

Comments
 (0)