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

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
10 changes: 5 additions & 5 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.35.6
boto3==1.35.46
# via -r requirements/base.in
botocore==1.35.6
botocore==1.35.46
# via
# -r requirements/base.in
# boto3
Expand All @@ -24,17 +24,17 @@ jmespath==1.0.1
# -r requirements/base.in
# boto3
# botocore
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
python-dateutil==2.9.0.post0
# via botocore
s3transfer==0.10.2
s3transfer==0.10.3
# via boto3
six==1.16.0
# via
# -r requirements/base.in
# python-dateutil
urllib3==2.2.2
urllib3==2.2.3
# via botocore

# The following packages are considered to be unsafe in a requirements file:
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.1
setuptools==75.2.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
52 changes: 26 additions & 26 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
annotated-types==0.7.0
# via pydantic
astroid==3.2.4
astroid==3.3.5
# via pylint
attrs==24.2.0
# via
Expand All @@ -20,32 +20,32 @@ boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.35.6
boto3==1.35.46
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.35.6
botocore==1.35.46
# via
# -r requirements/base.txt
# aws-xray-sdk
# boto3
# moto
# s3transfer
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
cfn-lint==1.10.3
cfn-lint==1.18.1
# via moto
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
cryptography==43.0.0
cryptography==43.0.3
# via
# moto
# python-jose
# sshpubkeys
dill==0.3.8
dill==0.3.9
# via pylint
distro==1.9.0
# via
Expand All @@ -62,9 +62,9 @@ future==1.0.0
# via pyresttest
google-compute-engine==2.8.13
# via -r requirements/base.txt
graphql-core==3.2.3
graphql-core==3.2.5
# via moto
idna==3.8
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
Expand All @@ -79,7 +79,7 @@ jmespath==1.0.1
# -r requirements/base.txt
# boto3
# botocore
jsondiff==2.2.0
jsondiff==2.2.1
# via moto
jsonpatch==1.33
# via cfn-lint
Expand All @@ -98,7 +98,7 @@ jsonschema-specifications==2023.12.1
# openapi-schema-validator
lazy-object-proxy==1.10.0
# via openapi-spec-validator
markupsafe==2.1.5
markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
Expand All @@ -113,7 +113,7 @@ moto[cloudformation]==4.2.14
# -r requirements/test.in
mpmath==1.3.0
# via sympy
networkx==3.3
networkx==3.4.2
# via cfn-lint
openapi-schema-validator==0.6.2
# via openapi-spec-validator
Expand All @@ -125,31 +125,31 @@ pathable==0.4.3
# via jsonschema-path
pep8==1.7.1
# via -r requirements/test.in
platformdirs==4.2.2
platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
py-partiql-parser==0.5.0
# via moto
pyasn1==0.6.0
pyasn1==0.6.1
# via
# python-jose
# rsa
pycparser==2.22
# via cffi
pycurl==7.45.3
# via pyresttest
pydantic==2.8.2
pydantic==2.9.2
# via aws-sam-translator
pydantic-core==2.20.1
pydantic-core==2.23.4
# via pydantic
pylint==3.2.6
pylint==3.3.1
# via -r requirements/test.in
pyparsing==3.1.4
pyparsing==3.2.0
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
pytest==8.3.2
pytest==8.3.3
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand All @@ -171,7 +171,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2024.7.24
regex==2024.9.11
# via cfn-lint
requests==2.32.3
# via
Expand All @@ -189,7 +189,7 @@ rpds-py==0.20.0
# referencing
rsa==4.9
# via python-jose
s3transfer==0.10.2
s3transfer==0.10.3
# via
# -r requirements/base.txt
# boto3
Expand All @@ -201,7 +201,7 @@ six==1.16.0
# rfc3339-validator
sshpubkeys==3.3.1
# via moto
sympy==1.13.2
sympy==1.13.3
# via cfn-lint
tomlkit==0.13.2
# via pylint
Expand All @@ -211,7 +211,7 @@ typing-extensions==4.12.2
# cfn-lint
# pydantic
# pydantic-core
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/base.txt
# botocore
Expand All @@ -222,7 +222,7 @@ werkzeug==3.0.4
# via moto
wrapt==1.16.0
# via aws-xray-sdk
xmltodict==0.13.0
xmltodict==0.14.2
# via moto

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading