Skip to content

Commit f7aba96

Browse files
authored
fix: TT-302 Fix URLLIB3 dependencies vulnerabilities (#313)
1 parent bb7d711 commit f7aba96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/azure_cosmos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ certifi==2019.11.28
99
chardet==3.0.4
1010
idna==2.8
1111
six==1.13.0
12-
urllib3==1.25.8
12+
urllib3==1.26.5
1313
virtualenv==16.7.9
1414
virtualenv-clone==0.5.3
1515

requirements/commons.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# For Common dependencies
44

55
# Handling requests
6-
requests==2.23.0
6+
requests==2.25.1
77

88
# To create sample content in tests and API documentation
99
Faker==4.0.2

0 commit comments

Comments
 (0)