Skip to content

Commit

Permalink
build(deps-dev): update twine requirement from <5 to <6
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@1.3.0...5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 6bda2ad commit 8d587ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"develop": [
"black<25",
"ruff<0.2; python_version >= '3.7'",
"twine<5",
"twine<6",
"wheel<1",
],
"test": [
Expand Down

0 comments on commit 8d587ef

Please sign in to comment.