Skip to content

Commit

Permalink
Merge pull request #139 from edx/repo-tools/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-e164872

chore: Upgrade Python requirements
  • Loading branch information
michaelroytman authored Feb 28, 2025
2 parents e164872 + a75a276 commit 39c0d42
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
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 @@ -17,7 +17,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 @@ -59,7 +59,7 @@ coverage[toml]==7.6.12
# -r requirements/ci.txt
# -r requirements/quality.txt
# pytest-cov
diff-cover==9.2.2
diff-cover==9.2.3
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down Expand Up @@ -227,7 +227,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
10 changes: 6 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via secretstorage
django==4.2.19
# via
Expand Down Expand Up @@ -97,7 +97,7 @@ more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.20
nh3==0.2.21
# via readme-renderer
packaging==24.2
# via
Expand Down Expand Up @@ -165,6 +165,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 @@ -173,7 +175,7 @@ six==1.17.0
# pyjwkest
snowballstemmer==2.2.0
# via sphinx
sphinx==8.1.3
sphinx==8.2.1
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -191,7 +193,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/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.8.0
setuptools==75.8.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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 @@ -75,7 +75,7 @@ sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down

0 comments on commit 39c0d42

Please sign in to comment.