Skip to content

chore: Upgrade Python requirements #103

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
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
@@ -8,7 +8,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.0
cachetools==5.5.1
# via tox
chardet==5.2.0
# via tox
@@ -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
@@ -53,7 +53,7 @@ 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
@@ -66,9 +66,9 @@ 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.1
# via tox
wheel==0.45.1
# via
8 changes: 5 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ pbr==6.1.0
# via stevedore
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# accessible-pygments
# doc8
@@ -85,5 +85,7 @@ stevedore==5.4.0
# via doc8
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -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.0
# via -r requirements/pip.in
Loading