Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 3 updates in the / directory: [mypy](https://github.com/python/mypy), [coverage[toml]](https://github.com/nedbat/coveragepy) and [pytest](https://github.com/pytest-dev/pytest).


Updates `mypy` from 1.10.1 to 1.11.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11)

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

Updates `pytest` from 8.2.2 to 8.3.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.2)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 26, 2024
1 parent 9307818 commit c200789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ dynamic = [
[project.optional-dependencies]
dev = [
"pre-commit==3.7.1",
"mypy==1.10.1",
"mypy==1.11.0",
]
test = [
"coverage[toml]==7.5.4",
"pytest==8.2.2",
"coverage[toml]==7.6.0",
"pytest==8.3.2",
"pytest-cov==5.0.0",
"pytest-icdiff==0.9",
"pytest-sugar==1.0.0",
Expand Down

0 comments on commit c200789

Please sign in to comment.