Skip to content

Commit

Permalink
build(deps): update twine requirement from <6.0,>=5.1.1 to >=5.1.1,<7.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@v5.1.1...6.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent aaea6d1 commit e9d523a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dev = [
"pipdeptree>=2.13,<3.0",
"pre-commit>=3.4,<5.0",
"setuptools>=73,<76",
"twine>=5.1.1,<6.0",
"twine>=5.1.1,<7.0",
"wheel>=0.42,<0.46",
"rdmo[allauth]",
"rdmo[pytest]",
Expand Down

0 comments on commit e9d523a

Please sign in to comment.