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

Closed
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
6 changes: 3 additions & 3 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.28.62
boto3==1.28.75
# via -r requirements/base.in
botocore==1.31.62
botocore==1.31.75
# via
# -r requirements/base.in
# boto3
Expand All @@ -34,7 +34,7 @@ six==1.16.0
# via
# -r requirements/base.in
# python-dateutil
urllib3==1.26.17
urllib3==1.26.18
# via botocore

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# 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 @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
48 changes: 25 additions & 23 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
#
annotated-types==0.6.0
# via pydantic
astroid==3.0.0
astroid==3.0.1
# via pylint
attrs==23.1.0
# via
# jschema-to-python
# jsonschema
# referencing
# sarif-om
aws-sam-translator==1.77.0
aws-sam-translator==1.79.0
# via cfn-lint
aws-xray-sdk==2.12.0
aws-xray-sdk==2.12.1
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.28.62
boto3==1.28.75
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.31.62
botocore==1.31.75
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -38,11 +38,11 @@ certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
cfn-lint==0.81.0
cfn-lint==0.83.1
# via moto
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
cryptography==41.0.4
cryptography==41.0.5
# via
# moto
# python-jose
Expand Down Expand Up @@ -98,13 +98,13 @@ jsonpickle==3.0.2
# via jschema-to-python
jsonpointer==2.4
# via jsonpatch
jsonschema==4.19.1
jsonschema==4.19.2
# via
# aws-sam-translator
# cfn-lint
# openapi-schema-validator
# openapi-spec-validator
jsonschema-spec==0.2.4
jsonschema-path==0.3.1
# via openapi-spec-validator
jsonschema-specifications==2023.7.1
# via
Expand All @@ -123,22 +123,22 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
moto[cloudformation]==4.2.5
moto[cloudformation]==4.2.7
# via -r requirements/test.in
mpmath==1.3.0
# via sympy
networkx==3.1
# via cfn-lint
openapi-schema-validator==0.6.2
# via openapi-spec-validator
openapi-spec-validator==0.7.0
openapi-spec-validator==0.7.1
# via moto
packaging==23.2
# via
# docker
# pytest
pathable==0.4.3
# via jsonschema-spec
# via jsonschema-path
pbr==5.11.1
# via
# jschema-to-python
Expand All @@ -151,7 +151,7 @@ platformdirs==3.11.0
# via pylint
pluggy==1.3.0
# via pytest
py-partiql-parser==0.3.7
py-partiql-parser==0.4.1
# via moto
pyasn1==0.5.0
# via
Expand All @@ -165,46 +165,48 @@ pydantic==2.4.2
# via aws-sam-translator
pydantic-core==2.10.1
# via pydantic
pylint==3.0.1
pylint==3.0.2
# via -r requirements/test.in
pyparsing==3.1.1
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
pytest==7.4.2
pytest==7.4.3
# via -r requirements/test.in
python-dateutil==2.8.2
# via
# -r requirements/base.txt
# botocore
# moto
python-jose[cryptography]==3.3.0
# via moto
# via
# moto
# python-jose
pyyaml==6.0.1
# via
# cfn-lint
# jsonschema-spec
# jsonschema-path
# moto
# pyresttest
# responses
referencing==0.30.2
# via
# jsonschema
# jsonschema-spec
# jsonschema-path
# jsonschema-specifications
regex==2023.10.3
# via cfn-lint
requests==2.31.0
# via
# docker
# jsonschema-spec
# jsonschema-path
# moto
# responses
responses==0.23.3
# via moto
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.10.4
rpds-py==0.10.6
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -243,7 +245,7 @@ typing-extensions==4.8.0
# pydantic
# pydantic-core
# pylint
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements/base.txt
# botocore
Expand All @@ -252,7 +254,7 @@ urllib3==1.26.17
# responses
websocket-client==1.6.4
# via docker
werkzeug==3.0.0
werkzeug==3.0.1
# via moto
wrapt==1.15.0
# via aws-xray-sdk
Expand Down