Skip to content

Commit 7809171

Browse files
authored
Update urlib3 version - Dependabot alerts (#328)
* bump up urllib3 version for resolving potential security vulnerabilities
1 parent b6c4900 commit 7809171

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

instana/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# Module version file. Used by setup.py and snapshot reporting.
55

6-
VERSION = '1.33.4'
6+
VERSION = '1.33.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def check_setuptools():
6666
'opentracing>=2.3.0',
6767
'requests>=2.6.0',
6868
'six>=1.12.0',
69-
'urllib3<1.26,>=1.21.1'],
69+
'urllib3<1.27,>=1.21.1'],
7070
entry_points={
7171
'instana': ['string = instana:load'],
7272
'flask': ['string = instana:load'], # deprecated: use same as 'instana'

tests/requirements-27.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ spyne>=2.9,<=2.12.14
3131
suds-jurko>=0.6
3232
tornado>=4.5.3,<6.0
3333
uvicorn>=0.12.2;python_version>="3.6"
34-
urllib3[secure]!=1.25.0,!=1.25.1,<1.26,>=1.21.1
34+
urllib3[secure]!=1.25.0,!=1.25.1,<1.27,>=1.21.1

tests/requirements-cassandra.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ cassandra-driver==3.20.2
22
mock>=2.0.0
33
nose>=1.0
44
pytest>=4.6
5-
urllib3[secure]!=1.25.0,!=1.25.1,<1.26,>=1.21.1
5+
urllib3[secure]!=1.25.0,!=1.25.1,<1.27,>=1.21.1

tests/requirements-gevent.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ mock>=2.0.0
44
nose>=1.0
55
pyramid>=1.2
66
pytest>=4.6
7-
urllib3[secure]!=1.25.0,!=1.25.1,<1.26,>=1.21.1
7+
urllib3[secure]!=1.25.0,!=1.25.1,<1.27,>=1.21.1

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ spyne>=2.13.16
2929
suds-jurko>=0.6
3030
tornado>=4.5.3,<6.0
3131
uvicorn>=0.13.4
32-
urllib3[secure]!=1.25.0,!=1.25.1,<1.26,>=1.21.1
32+
urllib3[secure]!=1.25.0,!=1.25.1,<1.27,>=1.21.1

0 commit comments

Comments
 (0)