Skip to content

Commit

Permalink
Bump Python deps (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Dec 2, 2024
1 parent b647584 commit db3a5a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohappyeyeballs==2.4.3
aiohttp==3.11.8
aiohappyeyeballs==2.4.4
aiohttp==3.11.9
aiosignal==1.3.1
annotated-types==0.7.0
anyio==4.6.2.post1
Expand All @@ -19,7 +19,7 @@ kopf==1.37.3
kube-custom-resource==0.6.1
multidict==6.1.0
pbr==6.1.0
propcache==0.2.0
propcache==0.2.1
pydantic==2.10.2
pydantic_core==2.27.1
python-dateutil==2.9.0.post0
Expand All @@ -28,4 +28,4 @@ PyYAML==6.0.2
six==1.16.0
sniffio==1.3.1
typing_extensions==4.12.2
yarl==1.18.0
yarl==1.18.3
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
hacking>=6.1.0 # Apache-2.0

black==24.8.0
black==24.10.0
coverage>=4.0,!=4.4 # Apache-2.0
freezegun # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
Expand Down

0 comments on commit db3a5a7

Please sign in to comment.