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

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.29.5
boto3==1.33.8
# via -r requirements/base.in
botocore==1.32.5
botocore==1.33.8
# via
# -r requirements/base.in
# boto3
Expand All @@ -28,7 +28,7 @@ markupsafe==2.1.3
# via jinja2
python-dateutil==2.8.2
# via botocore
s3transfer==0.7.0
s3transfer==0.8.2
# 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions 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==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand All @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
34 changes: 16 additions & 18 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ attrs==23.1.0
# jsonschema
# referencing
# sarif-om
aws-sam-translator==1.80.0
aws-sam-translator==1.82.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.29.5
boto3==1.33.8
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.32.5
botocore==1.33.8
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -38,11 +38,11 @@ certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
cfn-lint==0.83.3
cfn-lint==0.83.4
# via moto
charset-normalizer==3.3.2
# via requests
cryptography==41.0.5
cryptography==41.0.7
# via
# moto
# python-jose
Expand All @@ -68,7 +68,7 @@ google-compute-engine==2.8.13
# via -r requirements/base.txt
graphql-core==3.2.3
# via moto
idna==3.4
idna==3.6
# via requests
importlib-resources==6.1.1
# via
Expand Down Expand Up @@ -106,7 +106,7 @@ jsonschema==4.20.0
# openapi-spec-validator
jsonschema-path==0.3.2
# via openapi-spec-validator
jsonschema-specifications==2023.11.1
jsonschema-specifications==2023.11.2
# via
# jsonschema
# openapi-schema-validator
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.9
moto[cloudformation]==4.2.11
# via -r requirements/test.in
mpmath==1.3.0
# via sympy
Expand All @@ -147,10 +147,8 @@ pep8==1.7.1
# via -r requirements/test.in
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pylint
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
# via pytest
py-partiql-parser==0.4.2
Expand All @@ -163,9 +161,9 @@ pycparser==2.21
# via cffi
pycurl==7.45.2
# via pyresttest
pydantic==2.5.1
pydantic==2.5.2
# via aws-sam-translator
pydantic-core==2.14.3
pydantic-core==2.14.5
# via pydantic
pylint==3.0.2
# via -r requirements/test.in
Expand All @@ -191,7 +189,7 @@ pyyaml==6.0.1
# moto
# pyresttest
# responses
referencing==0.31.0
referencing==0.31.1
# via
# jsonschema
# jsonschema-path
Expand All @@ -208,13 +206,13 @@ responses==0.24.1
# via moto
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.13.1
rpds-py==0.13.2
# via
# jsonschema
# referencing
rsa==4.9
# via python-jose
s3transfer==0.7.0
s3transfer==0.8.2
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -252,7 +250,7 @@ urllib3==1.26.18
# docker
# requests
# responses
websocket-client==1.6.4
websocket-client==1.7.0
# via docker
werkzeug==3.0.1
# via moto
Expand Down