Skip to content

Commit 029206b

Browse files
Bump pre-commit from 4.5.1 to 4.6.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.5.1 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.1...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0601d6 commit 029206b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async-timeout==5.0.1 ; python_version < "3.11"
2424
# valkey
2525
babel==2.18.0
2626
# via sphinx
27-
backports-zstd==1.3.0 ; implementation_name == "cpython"
27+
backports-zstd==1.3.0 ; implementation_name == "cpython" and python_version < "3.14"
2828
# via
2929
# -r requirements/lint.in
3030
# -r requirements/runtime-deps.in
@@ -146,7 +146,7 @@ pluggy==1.6.0
146146
# via
147147
# pytest
148148
# pytest-cov
149-
pre-commit==4.5.1
149+
pre-commit==4.6.0
150150
# via -r requirements/lint.in
151151
propcache==0.4.1
152152
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ pluggy==1.6.0
143143
# via
144144
# pytest
145145
# pytest-cov
146-
pre-commit==4.5.1
146+
pre-commit==4.6.0
147147
# via -r requirements/lint.in
148148
propcache==0.4.1
149149
# via

requirements/lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ annotated-types==0.7.0
1010
# via pydantic
1111
async-timeout==5.0.1
1212
# via valkey
13-
backports-zstd==1.3.0 ; implementation_name == "cpython"
13+
backports-zstd==1.3.0 ; implementation_name == "cpython" and python_version < "3.14"
1414
# via -r requirements/lint.in
1515
blockbuster==1.5.26
1616
# via -r requirements/lint.in
@@ -67,7 +67,7 @@ platformdirs==4.9.6
6767
# virtualenv
6868
pluggy==1.6.0
6969
# via pytest
70-
pre-commit==4.5.1
70+
pre-commit==4.6.0
7171
# via -r requirements/lint.in
7272
proxy-py==2.4.10
7373
# via -r requirements/lint.in

0 commit comments

Comments
 (0)