Skip to content

Commit 7cbe78d

Browse files
deals with security issues in subdirs
1 parent e483905 commit 7cbe78d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox-event-driven-automation-flask-app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ referencing==0.35.1
2929
requests==2.32.4
3030
rpds-py==0.20.1
3131
six==1.16.0
32-
urllib3==2.2.3
32+
urllib3>=2.5.0
3333
Werkzeug==3.1.1
3434
zipp==3.20.2

setup/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ pyyaml_env_tag==0.1
2828
regex==2024.11.6
2929
requests==2.32.4
3030
six==1.16.0
31-
urllib3==2.2.3
31+
urllib3>=2.5.0
3232
watchdog==6.0.0

0 commit comments

Comments
 (0)