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 #274

Merged
merged 1 commit into from
Jan 24, 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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
#
boto==2.49.0
# via google-compute-engine
boto3==1.34.4
boto3==1.34.26
# via -r requirements/base.in
botocore==1.34.4
botocore==1.34.26
# via
# -r requirements/base.in
# boto3
# s3transfer
distro==1.8.0
distro==1.9.0
# via google-compute-engine
google-compute-engine==2.8.13
# via -r requirements/base.in
jinja2==3.1.2
jinja2==3.1.3
# via -r requirements/base.in
jmespath==1.0.1
# via
# -r requirements/base.in
# boto3
# botocore
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
python-dateutil==2.8.2
# via botocore
s3transfer==0.9.0
s3transfer==0.10.0
# via boto3
six==1.16.0
# via
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==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
36 changes: 18 additions & 18 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ annotated-types==0.6.0
# via pydantic
astroid==3.0.2
# via pylint
attrs==23.1.0
attrs==23.2.0
# via
# jschema-to-python
# jsonschema
# referencing
# sarif-om
aws-sam-translator==1.82.0
aws-sam-translator==1.83.0
# via cfn-lint
aws-xray-sdk==2.12.1
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.34.4
boto3==1.34.26
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.34.4
botocore==1.34.26
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -38,18 +38,18 @@ certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
cfn-lint==0.83.6
cfn-lint==0.84.0
# via moto
charset-normalizer==3.3.2
# via requests
cryptography==41.0.7
cryptography==42.0.0
# via
# moto
# python-jose
# sshpubkeys
dill==0.3.7
# via pylint
distro==1.8.0
distro==1.9.0
# via
# -r requirements/base.txt
# google-compute-engine
Expand Down Expand Up @@ -79,7 +79,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/base.txt
# moto
Expand All @@ -98,23 +98,23 @@ jsonpickle==3.0.2
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
jsonschema==4.20.0
jsonschema==4.21.1
# via
# aws-sam-translator
# cfn-lint
# openapi-schema-validator
# openapi-spec-validator
jsonschema-path==0.3.2
# via openapi-spec-validator
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via
# jsonschema
# openapi-schema-validator
junit-xml==1.9
# via cfn-lint
lazy-object-proxy==1.10.0
# via openapi-spec-validator
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
Expand All @@ -123,7 +123,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
moto[cloudformation]==4.2.12
moto[cloudformation]==4.2.13
# via -r requirements/test.in
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -161,17 +161,17 @@ pycparser==2.21
# via cffi
pycurl==7.45.2
# via pyresttest
pydantic==2.5.2
pydantic==2.5.3
# via aws-sam-translator
pydantic-core==2.14.5
pydantic-core==2.14.6
# via pydantic
pylint==3.0.3
# via -r requirements/test.in
pyparsing==3.1.1
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
pytest==7.4.3
pytest==7.4.4
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand All @@ -194,7 +194,7 @@ referencing==0.31.1
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2023.10.3
regex==2023.12.25
# via cfn-lint
requests==2.31.0
# via
Expand All @@ -206,13 +206,13 @@ responses==0.24.1
# via moto
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.15.2
rpds-py==0.17.1
# via
# jsonschema
# referencing
rsa==4.9
# via python-jose
s3transfer==0.9.0
s3transfer==0.10.0
# via
# -r requirements/base.txt
# boto3
Expand Down