Skip to content

Python Requirements Update #350

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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.37.25
boto3==1.37.30
# via -r requirements/base.in
botocore==1.37.25
botocore==1.37.30
# via
# -r requirements/base.in
# boto3
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# make upgrade
#
wheel==0.45.1
packaging==24.2
# via wheel
wheel==0.46.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ build==1.2.2.post1
click==8.1.8
# via pip-tools
packaging==24.2
# via build
# via
# build
# wheel
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ attrs==25.3.0
# via
# jsonschema
# referencing
aws-sam-translator==1.95.0
aws-sam-translator==1.96.0
# via cfn-lint
aws-xray-sdk==2.14.0
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.37.25
boto3==1.37.30
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.37.25
botocore==1.37.30
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -36,7 +36,7 @@ certifi==2025.1.31
# via requests
cffi==1.17.1
# via cryptography
cfn-lint==1.32.1
cfn-lint==1.33.0
# via moto
charset-normalizer==3.4.1
# via requests
Expand Down Expand Up @@ -101,7 +101,7 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.in
moto[cloudformation]==5.1.2
moto[cloudformation]==5.1.3
# via -r requirements/test.in
mpmath==1.3.0
# via sympy
Expand All @@ -127,9 +127,9 @@ pycparser==2.22
# via cffi
pycurl==7.45.6
# via pyresttest
pydantic==2.11.1
pydantic==2.11.3
# via aws-sam-translator
pydantic-core==2.33.0
pydantic-core==2.33.1
# via pydantic
pylint==3.3.6
# via -r requirements/test.in
Expand Down Expand Up @@ -185,7 +185,7 @@ sympy==1.13.3
# via cfn-lint
tomlkit==0.13.2
# via pylint
typing-extensions==4.13.0
typing-extensions==4.13.1
# via
# aws-sam-translator
# cfn-lint
Expand Down
Loading