Skip to content

Commit

Permalink
Upgrade requests-aws4auth (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fitzgibbons <peter.fitzgibbons@gmail.com>
  • Loading branch information
pjfitzgibbons committed Oct 5, 2023
1 parent 18343df commit ead157c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==4.6.3
pytest==7.4.2
mock==3.0.5
pexpect==3.3
twine==1.13.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"opensearch-py == 1.0.0",
"pyfiglet == 0.8.post1",
"boto3 == 1.16.29",
"requests-aws4auth == 0.9",
"requests-aws4auth == 1.2.3",
]

_version_re = re.compile(r"__version__\s+=\s+(.*)")
Expand Down

0 comments on commit ead157c

Please sign in to comment.