Skip to content

Commit

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


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.4.0 to 0.4.1
- [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.0...v0.4.1)

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

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: 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: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 00c6b57 commit 2c823aa
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/linting.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pre-commit==3.6.2
pre-commit==3.7.0
mypy==1.9.0
ruff
black
10 changes: 6 additions & 4 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.0
# via -r requirements/linting.in
cfgv==3.4.0
# via pre-commit
click==8.1.7
Expand All @@ -12,6 +13,7 @@ filelock==3.13.4
identify==2.5.35
# via pre-commit
mypy==1.9.0
# via -r requirements/linting.in
mypy-extensions==1.0.0
# via
# black
Expand All @@ -26,12 +28,12 @@ platformdirs==4.2.0
# via
# black
# virtualenv
pre-commit==3.6.2
pre-commit==3.7.0
# via -r requirements/linting.in
pyyaml==6.0.1
# via pre-commit
ruff==0.4.0
setuptools==69.5.1
# via nodeenv
ruff==0.4.1
# via -r requirements/linting.in
typing-extensions==4.11.0
# via mypy
virtualenv==20.25.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.5.post1
pytest-cov==4.1.0
pytest-asyncio == 0.23.6
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.4.4
coverage[toml]==7.4.4
# via pytest-cov
iniconfig==2.0.0
# via pytest
Expand All @@ -16,12 +16,17 @@ pygments==2.17.2
# via rich
pytest==8.1.1
# via
# -r requirements/testing.in
# pytest-asyncio
# pytest-cov
# pytest-pretty
pytest-asyncio==0.23.5.post1
pytest-cov==4.1.0
pytest-asyncio==0.23.6
# 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 2c823aa

Please sign in to comment.