File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ classifiers = [
29
29
" Programming Language :: Python :: 3" ,
30
30
]
31
31
dependencies = [
32
- " jsonpath-ng==1.6.1 " ,
32
+ " jsonpath-ng==1.7.0 " ,
33
33
" prometheus-client==0.21.0" ,
34
34
" pyyaml==6.0.2" ,
35
35
" requests==2.32.3" ,
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
3
certifi == 2024.8.30
4
- charset-normalizer == 3.3.2
4
+ charset-normalizer == 3.4.0
5
5
idna == 3.10
6
- jsonpath-ng == 1.6.1
6
+ jsonpath-ng == 1.7.0
7
7
ply == 3.11
8
8
prometheus-client == 0.21.0
9
9
pyyaml == 6.0.2
Original file line number Diff line number Diff line change 34
34
keywords = "prometheus json exporter" ,
35
35
packages = find_packages (),
36
36
install_requires = [
37
- "jsonpath-ng==1.6.1 " ,
37
+ "jsonpath-ng==1.7.0 " ,
38
38
"prometheus-client==0.21.0" ,
39
39
"pyyaml==6.0.2" ,
40
40
"requests==2.32.3" ,
You can’t perform that action at this time.
0 commit comments