Skip to content

Commit 55c2fcc

Browse files
⬆ Bump the python-packages group with 4 updates (#194)
Bumps the python-packages group with 4 updates: [coverage[toml]](https://github.com/nedbat/coveragepy), [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `coverage[toml]` from 7.5.3 to 7.5.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.5.3...7.5.4) Updates `pytest` from 8.2.1 to 8.2.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.1...8.2.2) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.10.1) Updates `ruff` from 0.4.7 to 0.5.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.7...0.5.0) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6133cbe commit 55c2fcc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/linting.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ filelock==3.13.1
1414
# via virtualenv
1515
identify==2.5.35
1616
# via pre-commit
17-
mypy==1.10.0
17+
mypy==1.10.1
1818
# via -r requirements/linting.in
1919
mypy-extensions==1.0.0
2020
# via mypy
@@ -26,7 +26,7 @@ pre-commit==3.7.1
2626
# via -r requirements/linting.in
2727
pyyaml==6.0.1
2828
# via pre-commit
29-
ruff==0.4.7
29+
ruff==0.5.0
3030
# via -r requirements/linting.in
3131
typing-extensions==4.10.0
3232
# via mypy

requirements/testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ charset-normalizer==3.3.2
1010
# via requests
1111
codecov==2.1.13
1212
# via -r requirements/testing.in
13-
coverage[toml]==7.5.3
13+
coverage[toml]==7.5.4
1414
# via
1515
# -r requirements/testing.in
1616
# codecov
@@ -31,7 +31,7 @@ pluggy==1.5.0
3131
# via pytest
3232
pygments==2.17.2
3333
# via rich
34-
pytest==8.2.1
34+
pytest==8.2.2
3535
# via
3636
# -r requirements/testing.in
3737
# pytest-cov

0 commit comments

Comments
 (0)