Skip to content

Commit

Permalink
chore(deps): update twine requirement from ~=4.0 to ~=5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@4.0.0...5.0.0)

---
updated-dependencies:
- dependency-name: twine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent 5f74e9b commit cb3539e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage[toml] == 7.*
pytest ~= 7.4
pytest-cov ~= 4.1
pytest-xdist ~= 3.5
twine ~= 4.0
twine ~= 5.0
mypy ~= 1.8
black ~= 23.12
ruff ~= 0.1.11
Expand Down

0 comments on commit cb3539e

Please sign in to comment.