Skip to content

Commit 371c60f

Browse files
Bump requests from 2.32.3 to 2.32.4 (#50)
1 parent 7afa5f0 commit 371c60f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"jsonpath-ng==1.7.0",
3333
"prometheus-client==0.21.1",
3434
"pyyaml==6.0.2",
35-
"requests==2.32.3",
35+
"requests==2.32.4",
3636
]
3737

3838
[tool.uv]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jsonpath-ng==1.7.0
77
ply==3.11
88
prometheus-client==0.21.1
99
pyyaml==6.0.2
10-
requests==2.32.3
10+
requests==2.32.4
1111
urllib3==2.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jsonpath-ng==1.7.0",
3838
"prometheus-client==0.21.1",
3939
"pyyaml==6.0.2",
40-
"requests==2.32.3",
40+
"requests==2.32.4",
4141
],
4242
python_requires=">=3.8",
4343
py_modules=[],

0 commit comments

Comments
 (0)