Skip to content

Commit

Permalink
Update twine requirement from ^4.0.2 to ^5.0.0 (#15)
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.2...5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent dd2a73c commit 33ea124
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 @@ -52,7 +52,7 @@ pytest-mock = "^3.12.0"
optional = true
[tool.poetry.group.build.dependencies]
build = "^1.0.3"
twine = "^4.0.2"
twine = "^5.0.0"



Expand Down

0 comments on commit 33ea124

Please sign in to comment.