Skip to content

Commit

Permalink
build(deps): bump twine from 6.0.1 to 6.1.0 (#133)
Browse files Browse the repository at this point in the history
Bumps [twine](https://github.com/pypa/twine) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@6.0.1...6.1.0)

---
updated-dependencies:
- dependency-name: twine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 2914626 commit b766a3b
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 @@ -32,7 +32,7 @@ coverage = ["coverage==7.6.10"]
formatting = ["black==24.10.0", "isort==5.13.2"]
linting = ["pylint==3.3.3"]
spellcheck = ["codespell==2.3.0"]
test_packaging = ["build==1.2.2.post1", "twine==6.0.1"]
test_packaging = ["build==1.2.2.post1", "twine==6.1.0"]
tests = ["pytest==8.3.4"]
type_check = ["mypy==1.14.1"]

Expand Down

0 comments on commit b766a3b

Please sign in to comment.