Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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 kubernetes_asyncio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ future; python_version<="2.7"
six >= 1.10
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.25.3
urllib3 >= 2.7.0
2 changes: 1 addition & 1 deletion requirements-asyncio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ certifi>=14.05.14 # MPL
six>=1.9.0 # MIT
python-dateutil>=2.5.3 # BSD
pyyaml>=6.0.3 # MIT
urllib3>=1.24.2,!=2.6.0 # MIT
urllib3!=2.6.0,>=2.7.0 # MIT
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can omit !=2.6.0 since you're already requesting >=2.7.0

aiohttp>=3.13.5,<4.0.0 # Apache-2.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pyyaml>=6.0.3 # MIT
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
requests # Apache-2.0
requests-oauthlib # ISC
urllib3>=1.24.2,!=2.6.0 # MIT
urllib3!=2.6.0,>=2.7.0 # MIT
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can omit !=2.6.0 since you're already requesting >=2.7.0

durationpy>=0.7 # MIT