Skip to content
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
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.42.31
boto3==1.42.36
# via -r requirements/base.in
botocore==1.42.31
botocore==1.42.36
# via
# -r requirements/base.in
# boto3
Expand All @@ -19,7 +19,7 @@ google-compute-engine==2.8.13
# via -r requirements/base.in
jinja2==3.1.6
# via -r requirements/base.in
jmespath==1.0.1
jmespath==1.1.0
# via
# -r requirements/base.in
# boto3
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
wheel==0.45.1
packaging==26.0
# via wheel
wheel==0.46.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
setuptools==80.10.2
# via -r requirements/pip.in
8 changes: 5 additions & 3 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
packaging==25.0
# via build
packaging==26.0
# via
# build
# wheel
pip-tools==7.5.2
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.42.31
boto3==1.42.36
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.42.31
botocore==1.42.36
# via
# -r requirements/base.txt
# aws-xray-sdk
Expand All @@ -40,7 +40,7 @@ cfn-lint==1.41.0
# via moto
charset-normalizer==3.4.4
# via requests
cryptography==46.0.3
cryptography==46.0.4
# via
# joserfc
# moto
Expand Down Expand Up @@ -68,7 +68,7 @@ jinja2==3.1.6
# via
# -r requirements/base.txt
# moto
jmespath==1.0.1
jmespath==1.1.0
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -111,7 +111,7 @@ openapi-schema-validator==0.6.3
# via openapi-spec-validator
openapi-spec-validator==0.7.2
# via moto
packaging==25.0
packaging==26.0
# via pytest
pathable==0.4.4
# via jsonschema-path
Expand All @@ -123,7 +123,7 @@ pluggy==1.6.0
# via pytest
py-partiql-parser==0.6.3
# via moto
pycparser==2.23
pycparser==3.0
# via cffi
pycurl==7.45.7
# via pyresttest
Expand All @@ -135,7 +135,7 @@ pygments==2.19.2
# via pytest
pylint==4.0.4
# via -r requirements/test.in
pyparsing==3.3.1
pyparsing==3.3.2
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
Expand Down