Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #614 from cisagov/dependabot/pip/boto3-1.26.130
Browse files Browse the repository at this point in the history
Bump boto3 from 1.24.47 to 1.26.130
  • Loading branch information
itsmostafa authored May 9, 2023
2 parents 07f5204 + a5290b1 commit fdeab41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APScheduler==3.9.1
boto3==1.24.47
boto3==1.26.130
cognitojwt==1.4.1
dnspython==2.2.1
Faker==13.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_version(version_file):
include_package_data=True,
install_requires=[
"APScheduler==3.9.1",
"boto3==1.24.47",
"boto3==1.26.130",
"cognitojwt==1.4.1",
"dnspython==2.2.1",
"Faker==13.15.0",
Expand Down

0 comments on commit fdeab41

Please sign in to comment.