Skip to content

Commit

Permalink
Merge pull request #21 from openedx/repo-tools/upgrade-python-require…
Browse files Browse the repository at this point in the history
…ments-7b87dde

chore: Upgrade Python requirements
  • Loading branch information
sameenfatima78 authored Feb 25, 2025
2 parents 03034a7 + 8dfc1b7 commit c005281
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ six==1.17.0
# via python-dateutil
sqlparse==0.5.3
# via django
stevedore==5.4.0
stevedore==5.4.1
# via
# edx-django-utils
# edx-opaque-keys
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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 @@ -94,7 +94,7 @@ cryptography==44.0.1
# via
# -r requirements/quality.txt
# django-fernet-fields-v2
diff-cover==9.2.2
diff-cover==9.2.3
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down Expand Up @@ -328,7 +328,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
11 changes: 7 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ packaging==24.2
# via
# -r requirements/test.txt
# build
# pydata-sphinx-theme
# pytest
# sphinx
# twine
Expand All @@ -214,7 +215,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 @@ -274,6 +275,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 @@ -284,12 +287,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 @@ -307,7 +310,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
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,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
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,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

0 comments on commit c005281

Please sign in to comment.