Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'protobuf<5.0.0',
'requests>=2.6.0',
'six>=1.12.0',
'urllib3<1.27,>=1.26.5',],
'urllib3>=1.26.18',],
entry_points={
'instana': ['string = instana:load'],
'flask': ['string = instana:load'], # deprecated: use same as 'instana'
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements-307.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ sqlalchemy>=2.0.0
spyne>=2.14.0
tornado>=4.5.3,<6.0
uvicorn>=0.13.4
urllib3[secure]<1.27,>=1.26.5
urllib3>=1.26.18
2 changes: 1 addition & 1 deletion tests/requirements-310-with-tornado.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ sqlalchemy>=2.0.0
spyne>=2.14.0

uvicorn>=0.13.4
urllib3[secure]<1.27,>=1.26.5
urllib3>=1.26.18
2 changes: 1 addition & 1 deletion tests/requirements-310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ sqlalchemy>=2.0.0
spyne>=2.14.0

uvicorn>=0.13.4
urllib3[secure]<1.27,>=1.26.5
urllib3>=1.26.18
2 changes: 1 addition & 1 deletion tests/requirements-312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ sqlalchemy>=2.0.0
spyne>=2.14.0

uvicorn>=0.13.4
urllib3[secure]<1.27,>=1.26.5
urllib3>=1.26.18
2 changes: 1 addition & 1 deletion tests/requirements-cassandra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cassandra-driver>=3.20.2
coverage>=5.5
mock>=2.0.0
pytest>=4.6
urllib3[secure]<1.27,>=1.26.5
urllib3>=1.26.18
2 changes: 1 addition & 1 deletion tests/requirements-gevent.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gevent>=1.4.0
mock>=2.0.0
pyramid>=2.0.1
pytest>=4.6
urllib3[secure]<1.27,>=1.26.5
urllib3>=1.26.18
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ sqlalchemy>=2.0.0
spyne>=2.14.0
tornado>=4.5.3,<6.0
uvicorn>=0.13.4
urllib3[secure]<1.27,>=1.26.5
urllib3>=1.26.18