Skip to content

Commit ae6f94c

Browse files
Bump the python group in /.dev with 2 updates (#724)
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) and [debugpy](https://github.com/microsoft/debugpy) to permit the latest version. Updates `pre-commit` to 4.6.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.5.0...v4.6.0) Updates `debugpy` to 1.8.20 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](microsoft/debugpy@v1.8.0...v1.8.20) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production dependency-group: python - dependency-name: debugpy dependency-version: 1.8.20 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49e9484 commit ae6f94c

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.5
1+
pre-commit~=4.6

.dev/requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
debugpy>=1.8.0
1+
debugpy>=1.8.20
22
fakeredis~=2.35
33
httpx~=0.28.1
44
invoke~=3.0
5-
pre-commit~=4.5
5+
pre-commit~=4.6
66
pytest~=9.0
77
pytest-cov~=7.1
88

.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.10
2-
pre-commit~=4.5
2+
pre-commit~=4.6

.dev/requirements_release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
invoke~=3.0
2-
pre-commit~=4.5
2+
pre-commit~=4.6

0 commit comments

Comments
 (0)