File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
3
# Ruff version.
4
- rev : 25a8c8da6c24a3b9a1a536e2674683dd0eead5d6 # frozen: v0.11.2
4
+ rev : 7445ed19e95ffaa6aad0d9bd4123025f7039511a # frozen: v0.12.1
5
5
hooks :
6
6
# Run the linter.
7
7
- id : ruff
10
10
- id : ruff-format
11
11
- repo : https://github.com/astral-sh/uv-pre-commit
12
12
# uv version.
13
- rev : 4b4f19e679c52e9537d1c43a6690e4c0ae457ec5 # frozen: 0.6.11
13
+ rev : 64b4574c19c415db88073115a9b775bcdf30ee50 # frozen: 0.7.17
14
14
hooks :
15
15
- id : uv-export
16
16
args :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies = [
32
32
" jsonpath-ng==1.7.0" ,
33
33
" prometheus-client==0.21.1" ,
34
34
" pyyaml==6.0.2" ,
35
- " requests==2.32.3 " ,
35
+ " requests==2.32.4 " ,
36
36
]
37
37
38
38
[tool .uv ]
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ jsonpath-ng==1.7.0
7
7
ply == 3.11
8
8
prometheus-client == 0.21.1
9
9
pyyaml == 6.0.2
10
- requests == 2.32.3
11
- urllib3 == 2.3 .0
10
+ requests == 2.32.4
11
+ urllib3 == 2.5 .0
Original file line number Diff line number Diff line change 37
37
"jsonpath-ng==1.7.0" ,
38
38
"prometheus-client==0.21.1" ,
39
39
"pyyaml==6.0.2" ,
40
- "requests==2.32.3 " ,
40
+ "requests==2.32.4 " ,
41
41
],
42
42
python_requires = ">=3.8" ,
43
43
py_modules = [],
You can’t perform that action at this time.
0 commit comments