Skip to content

Commit

Permalink
Bump the pip group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates: [coverage[toml]](https://github.com/nedbat/coveragepy) and [twine](https://github.com/pypa/twine).


Updates `coverage[toml]` from 7.6.4 to 7.6.8
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.4...7.6.8)

Updates `twine` from 5.1.1 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@v5.1.1...6.0.1)

---
updated-dependencies:
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: twine
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent b7de455 commit fecedde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ dependencies = [
[project.optional-dependencies]
dev = [
"build ==1.2.2.post1",
"coverage[toml] ==7.6.4",
"coverage[toml] ==7.6.8",
"furo ==2024.8.6",
"mypy ==1.13.0",
"pre-commit ==4.0.1",
"pytest ==8.3.3",
"tox ==4.23.2",
"twine ==5.1.1",
"twine ==6.0.1",
"types-requests ==2.32.0.20241016",
]

Expand Down

0 comments on commit fecedde

Please sign in to comment.