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
22 changes: 13 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.2
cachetools==6.0.0
# via tox
chardet==5.2.0
# via tox
click==8.1.8
click==8.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -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 All @@ -40,11 +40,11 @@ pexpect==4.9.0
# via -r requirements/test.txt
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.3.7
platformdirs==4.3.8
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -53,22 +53,26 @@ ptyprocess==0.7.0
# via
# -r requirements/test.txt
# pexpect
pyproject-api==1.9.0
pygments==2.19.1
# via
# -r requirements/test.txt
# pytest
pyproject-api==1.9.1
# via tox
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.5
pytest==8.4.0
# via -r requirements/test.txt
pyyaml==6.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
tox==4.25.0
tox==4.26.0
# via -r requirements/dev.in
virtualenv==20.30.0
virtualenv==20.31.2
# via tox
wheel==0.45.1
# via
Expand Down
14 changes: 7 additions & 7 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 @@ -62,9 +62,9 @@ restructuredtext-lint==1.4.0
# via doc8
roman-numerals-py==3.1.0
# via sphinx
snowballstemmer==2.2.0
snowballstemmer==3.0.1
# 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.14.0
# via
# beautifulsoup4
# 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
Expand Up @@ -6,9 +6,9 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.8
click==8.2.1
# 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.9.0
# via -r requirements/pip.in
8 changes: 5 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
#
iniconfig==2.1.0
# via pytest
packaging==24.2
packaging==25.0
# via pytest
pexpect==4.9.0
# via -r requirements/test.in
pluggy==1.5.0
pluggy==1.6.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==8.3.5
pygments==2.19.1
# via pytest
pytest==8.4.0
# via -r requirements/test.in
pyyaml==6.0.2
# via -r requirements/base.txt
Loading