Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #286

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
boto==2.49.0
# via google-compute-engine
boto3==1.34.46
boto3==1.34.51
# via -r requirements/base.in
botocore==1.34.46
botocore==1.34.51
# via
# -r requirements/base.in
# boto3
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
26 changes: 13 additions & 13 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
annotated-types==0.6.0
# via pydantic
astroid==3.0.3
astroid==3.1.0
# via pylint
attrs==23.2.0
# via
Expand All @@ -22,12 +22,12 @@ boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.34.46
boto3==1.34.51
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.34.46
botocore==1.34.51
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -38,11 +38,11 @@ certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
cfn-lint==0.85.2
cfn-lint==0.85.3
# via moto
charset-normalizer==3.3.2
# via requests
cryptography==42.0.3
cryptography==42.0.5
# via
# moto
# python-jose
Expand All @@ -62,15 +62,15 @@ ecdsa==0.18.0
# sshpubkeys
exceptiongroup==1.2.0
# via pytest
future==0.18.3
future==1.0.0
# via pyresttest
google-compute-engine==2.8.13
# via -r requirements/base.txt
graphql-core==3.2.3
# via moto
idna==3.6
# via requests
importlib-resources==6.1.1
importlib-resources==6.1.2
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -163,17 +163,17 @@ pycparser==2.21
# via cffi
pycurl==7.45.3
# via pyresttest
pydantic==2.6.1
pydantic==2.6.3
# via aws-sam-translator
pydantic-core==2.16.2
pydantic-core==2.16.3
# via pydantic
pylint==3.0.3
pylint==3.1.0
# via -r requirements/test.in
pyparsing==3.1.1
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
pytest==8.0.1
pytest==8.0.2
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -233,9 +233,9 @@ tomli==2.0.1
# via
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# annotated-types
# astroid
Expand Down