Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 44e9d57 commit 2b5585c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 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 @@ -68,7 +68,7 @@ poetry-dynamic-versioning = "*" # actual version is in `release` group
optional = true

[tool.poetry.group.release.dependencies]
twine = ">=4.0.2,<6.0.0"
twine = ">=4.0.2,<7.0.0"
poetry-dynamic-versioning = "^1.1.0"

[tool.poetry.group.workflow-tox]
Expand Down

0 comments on commit 2b5585c

Please sign in to comment.