Skip to content

Commit 17fc158

Browse files
Bump the packages group in /.dev with 2 updates (#660)
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pre-commit` to 4.4.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@v4.3.0...v4.4.0) Updates `pytest` to 9.0.0 - [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.4.0...9.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.4.0 dependency-type: direct:production dependency-group: packages - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development dependency-group: packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5b2c04 commit 17fc158

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.dev/requirements_ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit~=4.3
1+
pre-commit~=4.4

.dev/requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ debugpy>=1.8.0
22
fakeredis~=2.32
33
httpx~=0.28.1
44
invoke~=2.2
5-
pre-commit~=4.3
6-
pytest~=8.4
5+
pre-commit~=4.4
6+
pytest~=9.0
77
pytest-cov~=7.0
88

99
# httpx is necessary due to the use of fastapi/starlette's TestClient

.dev/requirements_docker_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip-audit~=2.9
2-
pre-commit~=4.3
2+
pre-commit~=4.4

.dev/requirements_release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
invoke~=2.2
2-
pre-commit~=4.3
2+
pre-commit~=4.4

0 commit comments

Comments
 (0)