Skip to content

Commit

Permalink
chore(deps): update twine requirement from ~=5.0 to ~=6.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@5.0.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 1, 2024
1 parent 04d0a91 commit f89633c
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 @@ -33,7 +33,7 @@ dev = [
"pytest~=8.0",
"pytest-asyncio",
"ruff~=0.7.2",
"twine~=5.0",
"twine~=6.0",
"snowflake-sqlalchemy~=1.7.0",
]
# for debugging, see https://duckdb.org/docs/guides/python/jupyter.html
Expand Down

0 comments on commit f89633c

Please sign in to comment.