Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kamikaze committed Mar 9, 2023
1 parent 27308c0 commit b6ec687
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,8 +17,8 @@
#

#-e .
aioboto3==11.0.0
aiobotocore==2.4.2
aioboto3==11.0.1
aiobotocore==2.5.0
aiohttp==3.8.4
minio==7.1.13
pydantic==1.10.5
pydantic==1.10.6
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ setup_requires = pyscaffold>=3.2a0,<3.3a0

# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
aioboto3==10.4.0
aiobotocore==2.4.2
aioboto3==11.0.1
aiobotocore==2.5.0
aiohttp==3.8.4
minio==7.1.13
pydantic==1.10.5
pydantic==1.10.6

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

0 comments on commit b6ec687

Please sign in to comment.