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

Merged
merged 1 commit into from
Feb 24, 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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ markupsafe==3.0.2
# via jinja2
newrelic==10.6.0
# via edx-django-utils
openedx-events==9.18.1
openedx-events==9.18.2
# via -r requirements/base.in
pbr==6.1.1
# via stevedore
Expand All @@ -78,7 +78,7 @@ six==1.17.0
# via edx-ccx-keys
sqlparse==0.5.3
# via django
stevedore==5.4.0
stevedore==5.4.1
# via
# code-annotations
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.1
cachetools==5.5.2
# via tox
chardet==5.2.0
# via tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.1
cachetools==5.5.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -62,7 +62,7 @@ coverage[toml]==7.6.12
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.2.2
diff-cover==9.2.3
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down Expand Up @@ -156,7 +156,7 @@ newrelic==10.6.0
# via
# -r requirements/quality.txt
# edx-django-utils
openedx-events==9.18.1
openedx-events==9.18.2
# via -r requirements/quality.txt
packaging==24.2
# via
Expand Down Expand Up @@ -277,7 +277,7 @@ sqlparse==0.5.3
# via
# -r requirements/quality.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
13 changes: 8 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,13 @@ newrelic==10.6.0
# edx-django-utils
nh3==0.2.20
# via readme-renderer
openedx-events==9.18.1
openedx-events==9.18.2
# via -r requirements/test.txt
packaging==24.2
# via
# -r requirements/test.txt
# build
# pydata-sphinx-theme
# pytest
# sphinx
# twine
Expand All @@ -172,7 +173,7 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.16.1
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.19.1
# via
Expand Down Expand Up @@ -226,6 +227,8 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
roman-numerals-py==3.1.0
# via sphinx
secretstorage==3.3.3
# via keyring
six==1.17.0
Expand All @@ -236,12 +239,12 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.1.3
sphinx==8.2.1
# 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 @@ -259,7 +262,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ newrelic==10.6.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==9.18.1
openedx-events==9.18.2
# via -r requirements/test.txt
packaging==24.2
# via
Expand Down Expand Up @@ -191,7 +191,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ newrelic==10.6.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.18.1
openedx-events==9.18.2
# via -r requirements/base.txt
packaging==24.2
# via pytest
Expand Down Expand Up @@ -140,7 +140,7 @@ sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/base.txt
# code-annotations
Expand Down