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
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
build==1.2.2.post1
build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.1.0
cachetools==6.2.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -20,7 +20,7 @@ colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.18.0
filelock==3.19.1
# via
# tox
# virtualenv
Expand All @@ -38,9 +38,9 @@ packaging==25.0
# tox
pexpect==4.9.0
# via -r requirements/test.txt
pip-tools==7.4.1
pip-tools==7.5.0
# via -r requirements/pip-tools.txt
platformdirs==4.3.8
platformdirs==4.4.0
# via
# tox
# virtualenv
Expand All @@ -64,15 +64,15 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.4.1
pytest==8.4.2
# via -r requirements/test.txt
pyyaml==6.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
tox==4.28.3
tox==4.30.2
# via -r requirements/dev.in
virtualenv==20.32.0
virtualenv==20.34.0
# via tox
wheel==0.45.1
# via
Expand Down
25 changes: 9 additions & 16 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.13.4
beautifulsoup4==4.13.5
# via pydata-sphinx-theme
certifi==2025.7.14
certifi==2025.8.3
# via requests
charset-normalizer==3.4.2
charset-normalizer==3.4.3
# via requests
doc8==2.0.0
# via -r requirements/doc.in
Expand All @@ -41,8 +41,6 @@ packaging==25.0
# via
# pydata-sphinx-theme
# sphinx
pbr==6.1.1
# via stevedore
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.19.2
Expand All @@ -56,15 +54,15 @@ pyyaml==6.0.2
# via -r requirements/base.txt
readme-renderer==44.0
# via -r requirements/doc.in
requests==2.32.4
requests==2.32.5
# via sphinx
restructuredtext-lint==1.4.0
# via doc8
roman-numerals-py==3.1.0
# via sphinx
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.7
soupsieve==2.8
# via beautifulsoup4
sphinx==8.2.3
# via
Expand All @@ -85,16 +83,11 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.4.1
stevedore==5.5.0
# via doc8
typing-extensions==4.14.1
typing-extensions==4.15.0
# via
# beautifulsoup4
# pydata-sphinx-theme
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
urllib3==2.5.0
# via requests
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
build==1.2.2.post1
build==1.3.0
# via pip-tools
click==8.2.1
# via pip-tools
packaging==25.0
# via build
pip-tools==7.4.1
pip-tools==7.5.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ptyprocess==0.7.0
# via pexpect
pygments==2.19.2
# via pytest
pytest==8.4.1
pytest==8.4.2
# via -r requirements/test.in
pyyaml==6.0.2
# via -r requirements/base.txt