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
2 changes: 1 addition & 1 deletion requirements/base.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
12 changes: 7 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,7 +8,7 @@ cachetools==7.0.5
# via tox
colorama==0.4.6
# via tox
coverage==7.13.4
coverage==7.13.5
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand All @@ -30,11 +30,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.1.3
# via virtualenv
python-discovery==1.2.1
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.1
tox==4.51.0
# via -r requirements/ci.in
virtualenv==21.2.0
# via tox
25 changes: 13 additions & 12 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 @@ -26,7 +26,7 @@ beautifulsoup4==4.14.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
build==1.4.0
build==1.4.2
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -54,15 +54,15 @@ click-log==0.4.0
# via
# -r requirements/doc.txt
# edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via
# -r requirements/doc.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -99,7 +99,7 @@ filelock==3.25.2
# python-discovery
# tox
# virtualenv
hypothesis==6.151.9
hypothesis==6.151.10
# via -r requirements/doc.txt
idna==3.11
# via
Expand Down Expand Up @@ -142,7 +142,7 @@ mypy-extensions==1.1.0
# via
# -r requirements/doc.txt
# mypy
nh3==0.3.3
nh3==0.3.4
# via
# -r requirements/doc.txt
# readme-renderer
Expand Down Expand Up @@ -184,7 +184,7 @@ pydata-sphinx-theme==0.16.1
# via
# -r requirements/doc.txt
# sphinx-book-theme
pygments==2.19.2
pygments==2.20.0
# via
# -r requirements/doc.txt
# accessible-pygments
Expand Down Expand Up @@ -228,13 +228,14 @@ pytest==9.0.2
# -r requirements/doc.txt
# pytest-cov
# pytest-xdist
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/doc.txt
pytest-xdist==3.8.0
# via -r requirements/doc.txt
python-discovery==1.1.3
python-discovery==1.2.1
# via
# -r requirements/ci.txt
# tox
# virtualenv
python-slugify==8.0.4
# via
Expand All @@ -246,7 +247,7 @@ pyyaml==6.0.3
# code-annotations
readme-renderer==44.0
# via -r requirements/doc.txt
requests==2.32.5
requests==2.33.0
# via
# -r requirements/doc.txt
# sphinx
Expand All @@ -270,7 +271,7 @@ soupsieve==2.8.3
# via
# -r requirements/doc.txt
# beautifulsoup4
sphinx==9.0.4
sphinx==9.1.0
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -317,7 +318,7 @@ tomlkit==0.14.0
# via
# -r requirements/doc.txt
# pylint
tox==4.49.1
tox==4.51.0
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/django-test.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 @@ -19,11 +19,11 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -43,7 +43,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.151.9
hypothesis==6.151.10
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ pluggy==1.6.0
# pytest-cov
pycodestyle==2.14.0
# via -r requirements/test.txt
pygments==2.19.2
pygments==2.20.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -128,7 +128,7 @@ pytest==9.0.2
# pytest-cov
# pytest-django
# pytest-xdist
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.txt
pytest-django==4.12.0
# via -r requirements/django-test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.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
18 changes: 9 additions & 9 deletions requirements/doc.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 Expand Up @@ -33,11 +33,11 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -62,7 +62,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.151.9
hypothesis==6.151.10
# via -r requirements/test.txt
idna==3.11
# via requests
Expand Down Expand Up @@ -101,7 +101,7 @@ mypy-extensions==1.1.0
# via
# -r requirements/test.txt
# mypy
nh3==0.3.3
nh3==0.3.4
# via readme-renderer
packaging==26.0
# via
Expand All @@ -125,7 +125,7 @@ pycodestyle==2.14.0
# via -r requirements/test.txt
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.2
pygments==2.20.0
# via
# -r requirements/test.txt
# accessible-pygments
Expand Down Expand Up @@ -160,7 +160,7 @@ pytest==9.0.2
# -r requirements/test.txt
# pytest-cov
# pytest-xdist
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.txt
pytest-xdist==3.8.0
# via -r requirements/test.txt
Expand All @@ -174,7 +174,7 @@ pyyaml==6.0.3
# code-annotations
readme-renderer==44.0
# via -r requirements/doc.in
requests==2.32.5
requests==2.33.0
# via sphinx
roman-numerals==4.1.0
# via sphinx
Expand All @@ -190,7 +190,7 @@ sortedcontainers==2.4.0
# hypothesis
soupsieve==2.8.3
# via beautifulsoup4
sphinx==9.0.4
sphinx==9.1.0
# via
# -r requirements/doc.in
# pydata-sphinx-theme
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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
build==1.4.0
build==1.4.2
# via pip-tools
click==8.3.1
# via pip-tools
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
12 changes: 6 additions & 6 deletions requirements/test.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 @@ -15,9 +15,9 @@ 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
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -33,7 +33,7 @@ edx-lint==6.0.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
hypothesis==6.151.9
hypothesis==6.151.10
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -65,7 +65,7 @@ pluggy==1.6.0
# pytest-cov
pycodestyle==2.14.0
# via -r requirements/test.in
pygments==2.19.2
pygments==2.20.0
# via pytest
pylint==4.0.5
# via
Expand All @@ -88,7 +88,7 @@ pytest==9.0.2
# -r requirements/test.in
# pytest-cov
# pytest-xdist
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.in
pytest-xdist==3.8.0
# via -r requirements/test.in
Expand Down
Loading