Skip to content

Commit

Permalink
build(deps): update twine requirement in the pip group
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.

Updates `twine` to 6.0.1
- [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
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent e33ce35 commit a7b794e
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 @@ -29,7 +29,7 @@ dev = [
"pytest~=8.0",
"pytest-mock~=3.11",
"ruff~=0.8.0",
"twine~=5.0",
"twine~=6.0",
]

[project.scripts]
Expand Down

0 comments on commit a7b794e

Please sign in to comment.