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/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2.post1
build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
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,7 +38,7 @@ 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
# via
Expand Down Expand Up @@ -70,9 +70,9 @@ pyyaml==6.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
tox==4.28.3
tox==4.28.4
# via -r requirements/dev.in
virtualenv==20.32.0
virtualenv==20.34.0
# via tox
wheel==0.45.1
# via
Expand Down
14 changes: 6 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.13.4
# 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,7 +41,7 @@ packaging==25.0
# via
# pydata-sphinx-theme
# sphinx
pbr==6.1.1
pbr==7.0.0
# via stevedore
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
Expand All @@ -56,7 +56,7 @@ 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
Expand Down Expand Up @@ -91,10 +91,8 @@ typing-extensions==4.14.1
# 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
urllib3==2.5.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
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
Loading