We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afa5f0 commit 371c60fCopy full SHA for 371c60f
pyproject.toml
@@ -32,7 +32,7 @@ dependencies = [
32
"jsonpath-ng==1.7.0",
33
"prometheus-client==0.21.1",
34
"pyyaml==6.0.2",
35
- "requests==2.32.3",
+ "requests==2.32.4",
36
]
37
38
[tool.uv]
requirements.txt
@@ -7,5 +7,5 @@ jsonpath-ng==1.7.0
7
ply==3.11
8
prometheus-client==0.21.1
9
pyyaml==6.0.2
10
-requests==2.32.3
+requests==2.32.4
11
urllib3==2.3.0
setup.py
@@ -37,7 +37,7 @@
39
40
41
],
42
python_requires=">=3.8",
43
py_modules=[],
0 commit comments