Skip to content

Commit c046fb9

Browse files
⬆ Bump the python-packages group with 6 updates (#160)
Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `1.8.0` | `1.9.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.2` | `3.7.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.0` | `0.3.5` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.4.3` | `7.4.4` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | Updates `mypy` from 1.8.0 to 1.9.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...1.9.0) Updates `pre-commit` from 3.6.2 to 3.7.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.6.2...v3.7.0) Updates `ruff` from 0.3.0 to 0.3.5 - [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.3.0...v0.3.5) Updates `coverage[toml]` from 7.4.3 to 7.4.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.4.3...7.4.4) Updates `pytest` from 8.0.2 to 8.1.1 - [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.0.2...8.1.1) Updates `pytest-cov` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - 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-minor dependency-group: python-packages - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0657e5 commit c046fb9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements/linting.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ filelock==3.13.1
1414
# via virtualenv
1515
identify==2.5.35
1616
# via pre-commit
17-
mypy==1.8.0
17+
mypy==1.9.0
1818
# via -r requirements/linting.in
1919
mypy-extensions==1.0.0
2020
# via mypy
2121
nodeenv==1.8.0
2222
# via pre-commit
2323
platformdirs==4.2.0
2424
# via virtualenv
25-
pre-commit==3.6.2
25+
pre-commit==3.7.0
2626
# via -r requirements/linting.in
2727
pyyaml==6.0.1
2828
# via pre-commit
29-
ruff==0.3.0
29+
ruff==0.3.5
3030
# via -r requirements/linting.in
3131
typing-extensions==4.10.0
3232
# via mypy

requirements/testing.txt

Lines changed: 3 additions & 3 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.4.3
13+
coverage[toml]==7.4.4
1414
# via
1515
# -r requirements/testing.in
1616
# codecov
@@ -31,12 +31,12 @@ pluggy==1.4.0
3131
# via pytest
3232
pygments==2.17.2
3333
# via rich
34-
pytest==8.0.2
34+
pytest==8.1.1
3535
# via
3636
# -r requirements/testing.in
3737
# pytest-cov
3838
# pytest-pretty
39-
pytest-cov==4.1.0
39+
pytest-cov==5.0.0
4040
# via -r requirements/testing.in
4141
pytest-pretty==1.2.0
4242
# via -r requirements/testing.in

0 commit comments

Comments
 (0)