mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user