File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ classifiers = [
30
30
]
31
31
dependencies = [
32
32
" jsonpath-ng==1.7.0" ,
33
- " prometheus-client==0.21 .1" ,
33
+ " prometheus-client==0.22 .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 1
1
# This file was autogenerated by uv via the following command:
2
2
# uv export --frozen --no-dev --no-hashes --output-file=requirements.txt
3
- certifi == 2025.1.31
4
- charset-normalizer == 3.4.1
3
+ certifi == 2025.6.15
4
+ charset-normalizer == 3.4.2
5
5
idna == 3.10
6
6
jsonpath-ng == 1.7.0
7
7
ply == 3.11
8
- prometheus-client == 0.21 .1
8
+ prometheus-client == 0.22 .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 35
35
packages = find_packages (),
36
36
install_requires = [
37
37
"jsonpath-ng==1.7.0" ,
38
- "prometheus-client==0.21 .1" ,
38
+ "prometheus-client==0.22 .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