Skip to content

Commit

Permalink
Dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikaze committed Sep 19, 2023
1 parent 55f074c commit 8e73168
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

#-e .
aioboto3==11.2.0
aioboto3==11.3.0
aiohttp==3.8.5
minio==7.1.15
pydantic==1.10.9
minio==7.1.16
pydantic==1.10.12
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0

# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
aioboto3==11.2.0
aioboto3==11.3.0
aiohttp==3.8.5
minio==7.1.15
pydantic==1.10.9
minio==7.1.16
pydantic==1.10.12

# The usage of test_requires is discouraged, see `Dependency Management` docs
tests_require =
Expand Down

0 comments on commit 8e73168

Please sign in to comment.