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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ iniconfig==2.1.0
# via
# -r requirements/test.txt
# pytest
packaging==24.2
packaging==25.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -68,7 +68,7 @@ pyyaml==6.0.2
# -r requirements/test.txt
tox==4.25.0
# via -r requirements/dev.in
virtualenv==20.30.0
virtualenv==20.31.1
# via tox
wheel==0.45.1
# via
Expand Down
12 changes: 6 additions & 6 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.3
beautifulsoup4==4.13.4
# via pydata-sphinx-theme
certifi==2025.1.31
certifi==2025.4.26
# via requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
doc8==1.1.2
# via -r requirements/doc.in
Expand All @@ -37,7 +37,7 @@ markupsafe==3.0.2
# via jinja2
nh3==0.2.21
# via readme-renderer
packaging==24.2
packaging==25.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -64,7 +64,7 @@ roman-numerals-py==3.1.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
soupsieve==2.7
# via beautifulsoup4
sphinx==8.2.3
# via
Expand All @@ -87,7 +87,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.4.1
# via doc8
typing-extensions==4.13.0
typing-extensions==4.13.2
# via
# beautifulsoup4
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.2.post1
# via pip-tools
click==8.1.8
# via pip-tools
packaging==24.2
packaging==25.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==78.1.0
setuptools==80.3.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
iniconfig==2.1.0
# via pytest
packaging==24.2
packaging==25.0
# via pytest
pexpect==4.9.0
# via -r requirements/test.in
Expand Down
Loading