Skip to content

Commit

Permalink
Bump boto3 from 1.14.20 to 1.14.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 16, 2020
1 parent 80fa5d5 commit 5794d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
uvicorn==0.11.5
boto3==1.14.20
boto3==1.14.22
hvac==0.10.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"sshtunnel>=0.1.5",
"msgpack-python>=0.5.6",
],
extras_require={"vault": ["hvac>=0.9.5"], "S3": ["boto3==1.14.20"]},
extras_require={"vault": ["hvac>=0.9.5"], "S3": ["boto3==1.14.22"]},
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 5794d91

Please sign in to comment.