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 @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/test.txt
# fs
arrow==1.3.0
arrow==1.4.0
# via
# -r requirements/test.txt
# cookiecutter
Expand All @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.40.50
boto3==1.40.55
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.50
botocore==1.40.55
# via
# -r requirements/test.txt
# boto3
Expand All @@ -56,7 +56,7 @@ chardet==5.2.0
# -r requirements/tox.txt
# binaryornot
# tox
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via
# -r requirements/test.txt
# requests
Expand All @@ -83,13 +83,13 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via
# -r requirements/test.txt
# coveralls
coveralls==4.0.1
# via -r requirements/test.txt
cryptography==46.0.2
cryptography==46.0.3
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -144,7 +144,7 @@ importlib-metadata==8.7.0
# via
# -r requirements/test.txt
# keyring
iniconfig==2.1.0
iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -367,7 +367,7 @@ tox==4.31.0
# via -r requirements/tox.txt
twine==6.2.0
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20251008
tzdata==2025.2
# via
# -r requirements/test.txt
# arrow
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ beautifulsoup4==4.14.2
# via pydata-sphinx-theme
certifi==2025.10.5
# via requests
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
django==4.2.25
# via -r requirements/base.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
arrow==1.3.0
arrow==1.4.0
# via cookiecutter
asgiref==3.10.0
# via
Expand All @@ -20,17 +20,17 @@ astroid==3.3.11
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.50
boto3==1.40.55
# via fs-s3fs
botocore==1.40.50
botocore==1.40.55
# via
# boto3
# s3transfer
certifi==2025.10.5
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via
Expand Down Expand Up @@ -168,7 +168,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
types-python-dateutil==2.9.0.20251008
tzdata==2025.2
# via arrow
urllib3==2.5.0
# via
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
arrow==1.3.0
arrow==1.4.0
# via cookiecutter
asgiref==3.10.0
# via
Expand All @@ -22,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.50
boto3==1.40.55
# via fs-s3fs
botocore==1.40.50
botocore==1.40.55
# via
# boto3
# s3transfer
Expand All @@ -34,7 +34,7 @@ cffi==2.0.0
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
click==8.3.0
# via
Expand All @@ -48,11 +48,11 @@ code-annotations==2.3.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.10.7
coverage[toml]==7.11.0
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
cryptography==46.0.2
cryptography==46.0.3
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -81,7 +81,7 @@ idna==3.11
# via requests
importlib-metadata==8.7.0
# via keyring
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
isort==6.1.0
# via pylint
Expand Down Expand Up @@ -231,7 +231,7 @@ tomlkit==0.13.3
# via pylint
twine==6.2.0
# via -r requirements/test.in
types-python-dateutil==2.9.0.20251008
tzdata==2025.2
# via arrow
urllib3==2.5.0
# via
Expand Down