Skip to content

Commit 44ec3f3

Browse files
Update pre-commit requirement in /.dev in the packages group (#666)
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `pre-commit` to 4.5.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.4.0...v4.5.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:production 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 4c75d50 commit 44ec3f3

4 files changed

Lines changed: 4 additions & 4 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.4
1+
pre-commit~=4.5

.dev/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ debugpy>=1.8.0
22
fakeredis~=2.32
33
httpx~=0.28.1
44
invoke~=2.2
5-
pre-commit~=4.4
5+
pre-commit~=4.5
66
pytest~=9.0
77
pytest-cov~=7.0
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.9
2-
pre-commit~=4.4
2+
pre-commit~=4.5

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

0 commit comments

Comments
 (0)