Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 91ba6d7 commit 00a22da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -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,<6.0.0", python = "^3.10" }

[tool.poetry.extras]
redis = ["redis"]
Expand Down

0 comments on commit 00a22da

Please sign in to comment.