Skip to content

Commit 4118b39

Browse files
NO-ISSUE: Bump the python-dependencies group with 2 updates (#367)
Bumps the python-dependencies group with 2 updates: [coverage[toml]](https://github.com/nedbat/coveragepy) and [mypy](https://github.com/python/mypy). Updates `coverage[toml]` from 7.6.9 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.9...7.6.10) Updates `mypy` from 1.14.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch 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 60dc999 commit 4118b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ unit-tests = [
4747
"pytest-httpserver==1.1.0",
4848
]
4949
coverage = [
50-
"coverage[toml]==7.6.9",
50+
"coverage[toml]==7.6.10",
5151
]
5252
lint = [
5353
"black==24.10.0",
5454
"isort==5.13.2",
55-
"mypy==1.14.0",
55+
"mypy==1.14.1",
5656
]
5757

5858
[tool.tox]

0 commit comments

Comments
 (0)