Bump twine from 4.0.2 to 6.1.0

Bumps [twine](https://github.com/pypa/twine) from 4.0.2 to 6.1.0.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/twine/compare/4.0.2...6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-22 08:41:45 +00:00
committed by GitHub
parent 157a91359b
commit 771ee9a161
2 changed files with 34 additions and 26 deletions

View File

@@ -47,7 +47,7 @@ towncrier = "^22.12.0"
optional = true
[tool.poetry.group.distributing.dependencies]
twine = { version = "^4.0.2", python = "^3.10" }
twine = { version = ">=4.0.2,<7.0.0", python = "^3.10" }
[tool.poetry.extras]
redis = ["redis"]