Skip to content

Commit

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

#-e .
aioboto3==11.0.1
aiohttp==3.8.4
minio==7.1.13
pydantic==1.10.6
aioboto3==11.2.0
aiohttp==3.8.5
minio==7.1.15
pydantic==1.10.9
8 changes: 4 additions & 4 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.0.1
aiohttp==3.8.4
minio==7.1.13
pydantic==1.10.6
aioboto3==11.2.0
aiohttp==3.8.5
minio==7.1.15
pydantic==1.10.9

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

0 comments on commit 55f074c

Please sign in to comment.