Skip to content
Closed
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/ci.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,17 +8,17 @@ cachetools==7.0.5
# via tox
certifi==2026.2.25
# via requests
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
codecov==2.1.13
# via -r requirements/ci.in
colorama==0.4.6
# via tox
coverage==7.13.4
coverage==7.13.5
# via codecov
distlib==0.4.0
# via virtualenv
filelock==3.25.1
filelock==3.25.2
# via
# python-discovery
# tox
Expand All @@ -44,7 +44,7 @@ requests==2.32.5
# via codecov
tomli-w==1.2.0
# via tox
tox==4.49.1
tox==4.50.0
# via -r requirements/ci.in
urllib3==2.6.3
# via requests
Expand Down
20 changes: 7 additions & 13 deletions requirements/dev.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 @@ -10,8 +10,6 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
build==1.4.0
# via -r requirements/quality.in
cachetools==7.0.5
Expand All @@ -20,9 +18,9 @@ certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
chardet==7.0.1
chardet==7.2.0
# via diff-cover
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand All @@ -31,7 +29,7 @@ click==8.3.1
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
colorama==0.4.6
# via tox
Expand All @@ -52,11 +50,11 @@ docutils==0.22.4
# via readme-renderer
edx-i18n-tools==2.0.0
# via -r requirements/dev.in
edx-lint==5.6.0
edx-lint==6.0.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.25.1
filelock==3.25.2
# via
# python-discovery
# tox
Expand All @@ -65,8 +63,6 @@ id==1.6.1
# via twine
idna==3.11
# via requests
importlib-metadata==8.7.1
# via keyring
isort==8.0.1
# via
# -r requirements/quality.in
Expand Down Expand Up @@ -193,7 +189,7 @@ tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.49.1
tox==4.50.0
# via -r requirements/dev.in
twine==6.2.0
# via
Expand All @@ -208,5 +204,3 @@ virtualenv==21.2.0
# via tox
wheel==0.46.3
# via -r requirements/dev.in
zipp==3.23.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.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 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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down
14 changes: 4 additions & 10 deletions requirements/quality.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,15 +8,13 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
build==1.4.0
# via -r requirements/quality.in
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand All @@ -25,22 +23,20 @@ click==8.3.1
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
cryptography==46.0.5
# via secretstorage
dill==0.4.1
# via pylint
docutils==0.22.4
# via readme-renderer
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/quality.in
id==1.6.1
# via twine
idna==3.11
# via requests
importlib-metadata==8.7.1
# via keyring
isort==8.0.1
# via
# -r requirements/quality.in
Expand Down Expand Up @@ -140,5 +136,3 @@ urllib3==2.6.3
# id
# requests
# twine
zipp==3.23.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# 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
#
asgiref==3.11.1
# via django
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand Down
Loading