Skip to content

Commit

Permalink
Chore(deps): Update twine requirement from <6 to <7
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...6.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent c1e4576 commit 914e0ca
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 @@ -80,7 +80,7 @@ develop = [
release = [
"build<2",
'minibump<1; python_version >= "3.10"',
"twine<6",
"twine<7",
]
test = [
"freezegun<1.6",
Expand Down

0 comments on commit 914e0ca

Please sign in to comment.