Skip to content

Commit f7b1c56

Browse files
ref: upgrade pre-commit to 4.0.0 (#78711)
<!-- Describe your PR here. -->
1 parent 21978e3 commit f7b1c56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ repos:
6565
additional_dependencies: [packaging==21.3]
6666
- id: requirements-overrides
6767
name: use pinned archives (see comment in file)
68-
stages: [commit]
68+
stages: [pre-commit]
6969
language: pygrep
7070
entry: |
7171
(?x)

requirements-dev-frozen.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ hiredis==2.3.2
7676
honcho==2.0.0
7777
httpcore==1.0.2
7878
httpx==0.25.2
79-
identify==2.5.24
79+
identify==2.6.1
8080
idna==2.10
8181
inflection==0.5.1
8282
iniconfig==1.1.1
@@ -103,7 +103,7 @@ msgpack==1.0.7
103103
msgpack-types==0.2.0
104104
mypy==1.11.2
105105
mypy-extensions==1.0.0
106-
nodeenv==1.8.0
106+
nodeenv==1.9.1
107107
oauthlib==3.1.0
108108
openai==1.3.5
109109
openapi-core==0.18.2
@@ -125,7 +125,7 @@ pillow==10.2.0
125125
pip-tools==7.1.0
126126
platformdirs==4.2.0
127127
pluggy==1.5.0
128-
pre-commit==3.3.2
128+
pre-commit==4.0.0
129129
progressbar2==3.41.0
130130
prompt-toolkit==3.0.41
131131
proto-plus==1.24.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ selenium>=4.16.0
2121
sentry-cli>=2.16.0
2222

2323
# pre-commit dependencies
24-
pre-commit>=3.3
24+
pre-commit>=4
2525
black>=22.10.0
2626
flake8>=7
2727
flake8-bugbear>=22.10

0 commit comments

Comments
 (0)