Skip to content

Commit

Permalink
Merge branch 'master' into bmunkholm-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmunkholm authored Oct 9, 2024
2 parents 5755740 + 1c33bc5 commit 9998546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def read(path: str) -> str:
"kubernetes-asyncio==31.1.0",
"PyYAML<7.0",
"prometheus_client==0.20.0",
"aiohttp==3.10.8",
"aiohttp==3.10.9",
"wrapt==1.16.0",
],
extras_require={
Expand All @@ -73,7 +73,7 @@ def read(path: str) -> str:
"pytest-aiohttp==1.0.5",
"pytest-asyncio==0.24.0",
"pytest-xdist==3.6.1", # enables parallel testing
"filelock==3.16.0", # used for locks when running in parallel mode
"filelock==3.16.1", # used for locks when running in parallel mode
],
"develop": [
"black==22.3.0",
Expand Down

0 comments on commit 9998546

Please sign in to comment.