Skip to content

Commit b872462

Browse files
NO-ISSUE: Bump the python-dependencies group with 2 updates (#392)
Bumps the python-dependencies group with 2 updates: [coverage[toml]](https://github.com/nedbat/coveragepy) and [setuptools](https://github.com/pypa/setuptools). Updates `coverage[toml]` from 7.7.0 to 7.7.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.7.0...7.7.1) Updates `setuptools` from 76.1.0 to 78.0.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v76.1.0...v78.0.2) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent feb3c99 commit b872462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ unit-tests = [
4747
"pytest-httpserver==1.1.2",
4848
]
4949
coverage = [
50-
"coverage[toml]==7.7.0",
50+
"coverage[toml]==7.7.1",
5151
]
5252
lint = [
5353
"black==25.1.0",
5454
"isort==6.0.1",
5555
"mypy==1.15.0",
56-
"setuptools==76.1.0",
56+
"setuptools==78.0.2",
5757
]
5858

5959
[tool.tox]

0 commit comments

Comments
 (0)