Skip to content
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

chore: Upgrade Python requirements #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -8,7 +8,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.0
cachetools==5.5.2
# via tox
chardet==5.2.0
# via tox
Expand All @@ -20,7 +20,7 @@ colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -53,22 +53,22 @@ ptyprocess==0.7.0
# via
# -r requirements/test.txt
# pexpect
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.4
pytest==8.3.5
# via -r requirements/test.txt
pyyaml==6.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
tox==4.23.2
tox==4.24.1
# via -r requirements/dev.in
virtualenv==20.28.0
virtualenv==20.29.2
# via tox
wheel==0.45.1
# via
Expand Down
39 changes: 25 additions & 14 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
babel==2.16.0
babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.3
beautifulsoup4==4.13.3
# via pydata-sphinx-theme
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
Expand All @@ -35,15 +35,17 @@ jinja2==3.1.5
# via sphinx
markupsafe==3.0.2
# via jinja2
nh3==0.2.20
nh3==0.2.21
# via readme-renderer
packaging==24.2
# via sphinx
pbr==6.1.0
# via
# pydata-sphinx-theme
# sphinx
pbr==6.1.1
# via stevedore
pydata-sphinx-theme==0.16.1
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# accessible-pygments
# doc8
Expand All @@ -58,16 +60,18 @@ requests==2.32.3
# via sphinx
restructuredtext-lint==1.4.0
# via doc8
roman-numerals-py==3.1.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.1.3
sphinx==8.2.3
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.3
sphinx-book-theme==1.1.4
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -81,9 +85,16 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.4.0
stevedore==5.4.1
# via doc8
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.3.0
# via requests
# 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
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==75.6.0
setuptools==75.8.2
# 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 @@ -14,7 +14,7 @@ pluggy==1.5.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==8.3.4
pytest==8.3.5
# via -r requirements/test.in
pyyaml==6.0.2
# via -r requirements/base.txt
Loading