Skip to content

Commit

Permalink
Merge pull request #4626 from Netflix/dependabot/pip/boto3-1.28.57
Browse files Browse the repository at this point in the history
Bump boto3 from 1.28.54 to 1.28.57
  • Loading branch information
jmcrawford45 authored Oct 2, 2023
2 parents 6732fec + 6f7d529 commit fc3251d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ blinker==1.6.2
# flask
# flask-mail
# flask-principal
boto3==1.28.54
boto3==1.28.57
# via
# -r requirements-docs.in
# -r requirements-tests.txt
# aws-sam-translator
# moto
botocore==1.31.54
botocore==1.31.57
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand Down Expand Up @@ -581,7 +581,7 @@ rsa==4.9
# via
# -r requirements-tests.txt
# python-jose
s3transfer==0.6.2
s3transfer==0.7.0
# via
# -r requirements-tests.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ black==23.9.1
# via -r requirements-tests.in
blinker==1.6.2
# via flask
boto3==1.28.54
boto3==1.28.57
# via
# aws-sam-translator
# moto
botocore==1.31.54
botocore==1.31.57
# via
# aws-xray-sdk
# boto3
Expand Down Expand Up @@ -311,7 +311,7 @@ rpds-py==0.10.3
# referencing
rsa==4.9
# via python-jose
s3transfer==0.6.2
s3transfer==0.7.0
# via boto3
sarif-om==1.0.4
# via cfn-lint
Expand Down
9 changes: 6 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ blinker==1.6.2
# flask
# flask-mail
# flask-principal
boto3==1.28.54
boto3==1.28.57
# via -r requirements.in
botocore==1.31.54
botocore==1.31.57
# via
# -r requirements.in
# boto3
Expand Down Expand Up @@ -86,6 +86,8 @@ cryptography==41.0.4
# josepy
# paramiko
# pyopenssl
# pyspnego
# requests-ntlm
deprecated==1.2.14
# via limits
distro==1.8.0
Expand Down Expand Up @@ -268,13 +270,14 @@ requests==2.31.0
# certsrv
# cloudflare
# hvac
# requests-ntlm
requests-ntlm==1.2.0
# via certsrv
retrying==1.3.4
# via -r requirements.in
rich==13.5.3
# via flask-limiter
s3transfer==0.6.2
s3transfer==0.7.0
# via boto3
sentry-sdk==1.31.0
# via -r requirements.in
Expand Down

0 comments on commit fc3251d

Please sign in to comment.