Skip to content

Commit

Permalink
setuptools fails with packaging<22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Jul 24, 2024
1 parent 4d90338 commit 3bbc5ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions kubernetes/worker-controller/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ websockets>=8.1
aiohttp>=3.7.4
kubernetes_asyncio==18.20.0
joblib>=1.2.0
packaging>=22.0
16 changes: 8 additions & 8 deletions kubernetes/worker-controller/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile kubernetes/worker-controller/requirements.in
# pip-compile
#
aiohttp==3.9.4
# via
# -r kubernetes/worker-controller/requirements.in
# -r requirements.in
# kubernetes-asyncio
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==22.1.0
# via aiohttp
certifi==2023.7.22
Expand All @@ -23,13 +21,15 @@ frozenlist==1.4.0
idna==3.4
# via yarl
joblib==1.2.0
# via -r kubernetes/worker-controller/requirements.in
# via -r requirements.in
kubernetes-asyncio==18.20.0
# via -r kubernetes/worker-controller/requirements.in
# via -r requirements.in
multidict==6.0.2
# via
# aiohttp
# yarl
packaging==24.1
# via -r requirements.in
python-dateutil==2.8.2
# via kubernetes-asyncio
pyyaml==6.0.1
Expand All @@ -41,7 +41,7 @@ six==1.16.0
urllib3==1.26.12
# via kubernetes-asyncio
websockets==10.3
# via -r kubernetes/worker-controller/requirements.in
# via -r requirements.in
yarl==1.8.1
# via aiohttp

Expand Down

0 comments on commit 3bbc5ce

Please sign in to comment.