Skip to content

Commit

Permalink
⬆ Bump the python-packages group with 4 updates (#216)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 4 updates: [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest](https://github.com/pytest-dev/pytest) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).


Updates `mypy` from 1.9.0 to 1.10.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@1.9.0...v1.10.0)

Updates `pre-commit` from 3.7.0 to 3.7.1
- [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.7.0...v3.7.1)

Updates `pytest` from 8.1.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.1.1...8.2.2)

Updates `pytest-asyncio` from 0.23.6 to 0.23.7
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.6...v0.23.7)

---
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-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-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 25, 2024
1 parent ba8859e commit d020a82
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements/linting.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pre-commit==3.7.0
mypy==1.9.0
pre-commit==3.7.1
mypy==1.10.0
ruff
black
8 changes: 6 additions & 2 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements/linting.in -o requirements/linting.txt
black==24.4.2
# via -r requirements/linting.in
cfgv==3.4.0
# via pre-commit
click==8.1.7
Expand All @@ -11,7 +12,8 @@ filelock==3.15.3
# via virtualenv
identify==2.5.36
# via pre-commit
mypy==1.9.0
mypy==1.10.0
# via -r requirements/linting.in
mypy-extensions==1.0.0
# via
# black
Expand All @@ -26,10 +28,12 @@ platformdirs==4.2.2
# via
# black
# virtualenv
pre-commit==3.7.0
pre-commit==3.7.1
# via -r requirements/linting.in
pyyaml==6.0.1
# via pre-commit
ruff==0.4.10
# via -r requirements/linting.in
typing-extensions==4.12.2
# via mypy
virtualenv==20.26.3
Expand Down
4 changes: 2 additions & 2 deletions requirements/testing.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==8.1.1
pytest-asyncio == 0.23.6
pytest==8.2.2
pytest-asyncio == 0.23.7
pytest-cov==5.0.0
python-decouple
pytest-pretty
11 changes: 8 additions & 3 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements/testing.in -o requirements/testing.txt
coverage==7.5.3
coverage[toml]==7.5.3
# via pytest-cov
iniconfig==2.0.0
# via pytest
Expand All @@ -14,14 +14,19 @@ pluggy==1.5.0
# via pytest
pygments==2.18.0
# via rich
pytest==8.1.1
pytest==8.2.2
# via
# -r requirements/testing.in
# pytest-asyncio
# pytest-cov
# pytest-pretty
pytest-asyncio==0.23.6
pytest-asyncio==0.23.7
# via -r requirements/testing.in
pytest-cov==5.0.0
# via -r requirements/testing.in
pytest-pretty==1.2.0
# via -r requirements/testing.in
python-decouple==3.8
# via -r requirements/testing.in
rich==13.7.1
# via pytest-pretty

0 comments on commit d020a82

Please sign in to comment.