Skip to content

Commit

Permalink
NO-ISSUE: Bump the python-dependencies group with 2 updates (#367)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 60dc999 commit 4118b39
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 @@ -47,12 +47,12 @@ unit-tests = [
"pytest-httpserver==1.1.0",
]
coverage = [
"coverage[toml]==7.6.9",
"coverage[toml]==7.6.10",
]
lint = [
"black==24.10.0",
"isort==5.13.2",
"mypy==1.14.0",
"mypy==1.14.1",
]

[tool.tox]
Expand Down

0 comments on commit 4118b39

Please sign in to comment.