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
10 changes: 5 additions & 5 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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
boto==2.49.0
# via google-compute-engine
boto3==1.40.42
boto3==1.42.7
# via -r requirements/base.in
botocore==1.40.42
botocore==1.42.7
# via
# -r requirements/base.in
# boto3
Expand All @@ -28,13 +28,13 @@ markupsafe==3.0.3
# via jinja2
python-dateutil==2.9.0.post0
# via botocore
s3transfer==0.14.0
s3transfer==0.16.0
# via boto3
six==1.17.0
# via
# -r requirements/base.in
# python-dateutil
urllib3==2.5.0
urllib3==2.6.1
# via botocore

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 3 additions & 5 deletions 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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -8,9 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
build==1.3.0
# via pip-tools
click==8.3.0
click==8.3.1
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.0
pip-tools==7.5.2
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
# via
Expand Down
60 changes: 30 additions & 30 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
annotated-types==0.7.0
# via pydantic
astroid==3.3.11
astroid==4.0.2
# via pylint
attrs==25.3.0
attrs==25.4.0
# via
# jsonschema
# referencing
aws-sam-translator==1.100.0
aws-sam-translator==1.105.0
# via cfn-lint
aws-xray-sdk==2.14.0
aws-xray-sdk==2.15.0
# via moto
boto==2.49.0
# via
# -r requirements/base.txt
# google-compute-engine
boto3==1.40.42
boto3==1.42.7
# via
# -r requirements/base.txt
# aws-sam-translator
# moto
botocore==1.40.42
botocore==1.42.7
# via
# -r requirements/base.txt
# aws-xray-sdk
# boto3
# moto
# s3transfer
certifi==2025.8.3
certifi==2025.11.12
# via requests
cffi==2.0.0
# via cryptography
cfn-lint==1.40.0
cfn-lint==1.42.1
# via moto
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
cryptography==46.0.2
cryptography==46.0.3
# via
# joserfc
# moto
Expand All @@ -56,13 +56,13 @@ future==1.0.0
# via pyresttest
google-compute-engine==2.8.13
# via -r requirements/base.txt
graphql-core==3.2.6
graphql-core==3.2.7
# via moto
idna==3.10
idna==3.11
# via requests
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
isort==6.0.1
isort==7.0.0
# via pylint
jinja2==3.1.6
# via
Expand All @@ -73,7 +73,7 @@ jmespath==1.0.1
# -r requirements/base.txt
# boto3
# botocore
joserfc==1.3.4
joserfc==1.5.0
# via moto
jsonpatch==1.33
# via cfn-lint
Expand Down Expand Up @@ -101,11 +101,11 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.in
moto[cloudformation]==5.1.13
moto[cloudformation]==5.1.18
# via -r requirements/test.in
mpmath==1.3.0
# via sympy
networkx==3.5
networkx==3.6.1
# via cfn-lint
openapi-schema-validator==0.6.3
# via openapi-spec-validator
Expand All @@ -117,29 +117,29 @@ pathable==0.4.4
# via jsonschema-path
pep8==1.7.1
# via -r requirements/test.in
platformdirs==4.4.0
platformdirs==4.5.1
# via pylint
pluggy==1.6.0
# via pytest
py-partiql-parser==0.6.1
py-partiql-parser==0.6.3
# via moto
pycparser==2.23
# via cffi
pycurl==7.45.7
# via pyresttest
pydantic==2.11.9
pydantic==2.12.5
# via aws-sam-translator
pydantic-core==2.33.2
pydantic-core==2.41.5
# via pydantic
pygments==2.19.2
# via pytest
pylint==3.3.8
pylint==4.0.4
# via -r requirements/test.in
pyparsing==3.2.5
# via moto
pyresttest==1.7.1
# via -r requirements/test.in
pytest==8.4.2
pytest==9.0.2
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand All @@ -158,7 +158,7 @@ referencing==0.36.2
# jsonschema
# jsonschema-path
# jsonschema-specifications
regex==2025.9.18
regex==2025.11.3
# via cfn-lint
requests==2.32.5
# via
Expand All @@ -170,11 +170,11 @@ responses==0.25.8
# via moto
rfc3339-validator==0.1.4
# via openapi-schema-validator
rpds-py==0.27.1
rpds-py==0.30.0
# via
# jsonschema
# referencing
s3transfer==0.14.0
s3transfer==0.16.0
# via
# -r requirements/base.txt
# boto3
Expand All @@ -197,16 +197,16 @@ typing-extensions==4.15.0
# typing-inspection
typing-inspection==0.4.2
# via pydantic
urllib3==2.5.0
urllib3==2.6.1
# via
# -r requirements/base.txt
# botocore
# docker
# requests
# responses
werkzeug==3.1.3
werkzeug==3.1.4
# via moto
wrapt==1.17.3
wrapt==2.0.1
# via aws-xray-sdk
xmltodict==1.0.2
# via moto
Expand Down
Loading