Skip to content
Merged
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
boto==2.49.0
# via google-compute-engine
boto3==1.42.7
boto3==1.42.27
# via -r requirements/base.in
botocore==1.42.7
botocore==1.42.27
# via
# -r requirements/base.in
# boto3
Expand All @@ -34,7 +34,7 @@ six==1.17.0
# via
# -r requirements/base.in
# python-dateutil
urllib3==2.6.1
urllib3==2.6.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
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
build==1.3.0
build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
28 changes: 14 additions & 14 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
annotated-types==0.7.0
# via pydantic
astroid==4.0.2
astroid==4.0.3
# via pylint
attrs==25.4.0
# via
# jsonschema
# referencing
aws-sam-translator==1.105.0
aws-sam-translator==1.106.0
# via cfn-lint
aws-xray-sdk==2.15.0
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.42.7
boto3==1.42.27
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.42.7
botocore==1.42.27
# via
# -r requirements/base.txt
# aws-xray-sdk
# boto3
# moto
# s3transfer
certifi==2025.11.12
certifi==2026.1.4
# via requests
cffi==2.0.0
# via cryptography
cfn-lint==1.42.1
cfn-lint==1.41.0
# via moto
charset-normalizer==3.4.4
# via requests
Expand Down Expand Up @@ -73,13 +73,13 @@ jmespath==1.0.1
# -r requirements/base.txt
# boto3
# botocore
joserfc==1.5.0
joserfc==1.6.1
# via moto
jsonpatch==1.33
# via cfn-lint
jsonpointer==3.0.0
# via jsonpatch
jsonschema==4.25.1
jsonschema==4.26.0
# via
# aws-sam-translator
# openapi-schema-validator
Expand All @@ -101,7 +101,7 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.in
moto[cloudformation]==5.1.18
moto[cloudformation]==5.1.19
# via -r requirements/test.in
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -135,7 +135,7 @@ pygments==2.19.2
# via pytest
pylint==4.0.4
# via -r requirements/test.in
pyparsing==3.2.5
pyparsing==3.3.1
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
Expand Down Expand Up @@ -185,7 +185,7 @@ six==1.17.0
# rfc3339-validator
sympy==1.14.0
# via cfn-lint
tomlkit==0.13.3
tomlkit==0.14.0
# via pylint
typing-extensions==4.15.0
# via
Expand All @@ -197,14 +197,14 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
urllib3==2.6.1
urllib3==2.6.3
# via
# -r requirements/base.txt
# botocore
# docker
# requests
# responses
werkzeug==3.1.4
werkzeug==3.1.5
# via moto
wrapt==2.0.1
# via aws-xray-sdk
Expand Down