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
16 changes: 8 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.6.0
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.78
boto3==1.42.83
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.78
botocore==1.42.83
# via
# -r requirements/test.txt
# boto3
Expand All @@ -50,11 +50,11 @@ cffi==2.0.0
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via
# -r requirements/test.txt
# requests
click==8.3.1
click==8.3.2
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -198,7 +198,7 @@ mdurl==0.1.2
# via
# -r requirements/test.txt
# markdown-it-py
more-itertools==10.8.0
more-itertools==11.0.1
# via
# -r requirements/test.txt
# jaraco-classes
Expand Down Expand Up @@ -299,7 +299,7 @@ readme-renderer==44.0
# via
# -r requirements/test.txt
# twine
requests==2.33.0
requests==2.33.1
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -365,15 +365,15 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.51.0
tox==4.52.0
# via -r requirements/tox.txt
twine==6.2.0
# via -r requirements/test.txt
typer==0.24.1
# via
# -r requirements/test.txt
# coveralls
tzdata==2025.3
tzdata==2026.1
# via
# -r requirements/test.txt
# arrow
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ beautifulsoup4==4.14.3
# via pydata-sphinx-theme
certifi==2026.2.25
# via requests
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
django==5.2.12
# via -r requirements/base.txt
Expand Down Expand Up @@ -77,7 +77,7 @@ pyyaml==6.0.3
# via
# -r requirements/base.txt
# xblock
requests==2.33.0
requests==2.33.1
# via sphinx
roman-numerals==4.1.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.4.2
# via pip-tools
click==8.3.1
click==8.3.2
# via pip-tools
packaging==26.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.78
boto3==1.42.83
# via fs-s3fs
botocore==1.42.78
botocore==1.42.83
# via
# boto3
# s3transfer
certifi==2026.2.25
# via requests
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -136,7 +136,7 @@ pyyaml==6.0.3
# code-annotations
# cookiecutter
# xblock
requests==2.33.0
requests==2.33.1
# via
# cookiecutter
# xblock-sdk
Expand Down Expand Up @@ -166,7 +166,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
# via pylint
tzdata==2025.3
tzdata==2026.1
# via arrow
urllib3==2.6.3
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.78
boto3==1.42.83
# via fs-s3fs
botocore==1.42.78
botocore==1.42.83
# via
# boto3
# s3transfer
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -121,7 +121,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.8.0
more-itertools==11.0.1
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -182,7 +182,7 @@ pyyaml==6.0.3
# xblock
readme-renderer==44.0
# via twine
requests==2.33.0
requests==2.33.1
# via
# cookiecutter
# coveralls
Expand Down Expand Up @@ -230,7 +230,7 @@ twine==6.2.0
# via -r requirements/test.in
typer==0.24.1
# via coveralls
tzdata==2025.3
tzdata==2026.1
# via arrow
urllib3==2.6.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python-discovery==1.2.1
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.51.0
tox==4.52.0
# via -r requirements/tox.in
virtualenv==21.2.0
# via tox
Loading