Skip to content

Commit

Permalink
Merge branch 'main' into oleg/fix-cli-config
Browse files Browse the repository at this point in the history
  • Loading branch information
odopertchouk committed Apr 1, 2024
2 parents 0423373 + 5e4516d commit 6618748
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
13 changes: 10 additions & 3 deletions requirements-dev.txt
Expand Up @@ -69,12 +69,12 @@ blinker==1.7.0
# flask
# flask-mail
# flask-principal
boto3==1.34.72
boto3==1.34.74
# via
# -r requirements-tests.txt
# aws-sam-translator
# moto
botocore==1.34.72
botocore==1.34.74
# via
# -r requirements-tests.txt
# aws-xray-sdk
Expand Down Expand Up @@ -152,6 +152,7 @@ cryptography==42.0.5
# pyspnego
# python-jose
# requests-ntlm
# secretstorage
# sshpubkeys
# types-paramiko
# types-pyopenssl
Expand Down Expand Up @@ -285,6 +286,10 @@ javaobj-py3==0.4.3
# via
# -r requirements-tests.txt
# pyjks
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
# via
# -r requirements-tests.txt
Expand Down Expand Up @@ -633,7 +638,7 @@ requests==2.31.0
# requests-toolbelt
# responses
# twine
requests-mock==1.12.0
requests-mock==1.12.1
# via -r requirements-tests.txt
requests-ntlm==1.2.0
# via
Expand Down Expand Up @@ -676,6 +681,8 @@ sarif-om==1.0.4
# via
# -r requirements-tests.txt
# cfn-lint
secretstorage==3.3.3
# via keyring
sentry-sdk==1.44.0
# via -r requirements-tests.txt
six==1.16.0
Expand Down
6 changes: 3 additions & 3 deletions requirements-docs.txt
Expand Up @@ -76,13 +76,13 @@ blinker==1.7.0
# flask
# flask-mail
# flask-principal
boto3==1.34.72
boto3==1.34.74
# via
# -r requirements-docs.in
# -r requirements-tests.txt
# aws-sam-translator
# moto
botocore==1.34.72
botocore==1.34.74
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand Down Expand Up @@ -657,7 +657,7 @@ requests==2.31.0
# requests-ntlm
# responses
# sphinx
requests-mock==1.12.0
requests-mock==1.12.1
# via -r requirements-tests.txt
requests-ntlm==1.2.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements-tests.txt
Expand Up @@ -63,12 +63,12 @@ blinker==1.7.0
# flask
# flask-mail
# flask-principal
boto3==1.34.72
boto3==1.34.74
# via
# -r requirements.txt
# aws-sam-translator
# moto
botocore==1.34.72
botocore==1.34.74
# via
# -r requirements.txt
# aws-xray-sdk
Expand Down Expand Up @@ -518,7 +518,7 @@ requests==2.31.0
# requests-mock
# requests-ntlm
# responses
requests-mock==1.12.0
requests-mock==1.12.1
# via -r requirements-tests.in
requests-ntlm==1.2.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -35,9 +35,9 @@ blinker==1.7.0
# flask
# flask-mail
# flask-principal
boto3==1.34.72
boto3==1.34.74
# via -r requirements.in
botocore==1.34.72
botocore==1.34.74
# via
# -r requirements.in
# boto3
Expand Down

0 comments on commit 6618748

Please sign in to comment.