Skip to content

chore: Upgrade Python requirements #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cachetools==5.5.2
# via tox
chardet==5.2.0
# via tox
click==8.1.8
click==8.2.0
# 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,7 +40,7 @@ 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
Expand All @@ -53,7 +53,7 @@ ptyprocess==0.7.0
# via
# -r requirements/test.txt
# pexpect
pyproject-api==1.9.0
pyproject-api==1.9.1
# via tox
pyproject-hooks==1.2.0
# via
Expand All @@ -66,9 +66,9 @@ 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.13.2
# 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.0
# 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.4.0
# 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