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 #358

Merged
merged 1 commit into from
Jan 6, 2025
Merged
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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/doc.txt
mypy==1.14.0
mypy==1.14.1
# via -r requirements/doc.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -184,7 +184,7 @@ pydata-sphinx-theme==0.16.1
# via
# -r requirements/doc.txt
# sphinx-book-theme
pygments==2.18.0
pygments==2.19.0
# via
# -r requirements/doc.txt
# accessible-pygments
Expand Down Expand Up @@ -315,7 +315,7 @@ urllib3==2.3.0
# via
# -r requirements/doc.txt
# requests
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.14.0
mypy==1.14.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
mypy==1.14.0
mypy==1.14.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -124,7 +124,7 @@ pycodestyle==2.12.1
# via -r requirements/test.txt
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.0
# via
# accessible-pygments
# pydata-sphinx-theme
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/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.7.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 @@ -49,7 +49,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
mypy==1.14.0
mypy==1.14.1
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand Down
Loading