Skip to content

Commit

Permalink
Merge pull request #267 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-c24a8e1

chore: Upgrade Python requirements
  • Loading branch information
farhan authored Jan 6, 2025
2 parents c24a8e1 + 89a83d2 commit 8a57905
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ typing-extensions==4.12.2
# via
# grimp
# import-linter
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ more-itertools==10.5.0
# -r requirements/quality.txt
# jaraco-classes
# jaraco-functools
mypy==1.14.0
mypy==1.14.1
# via -r requirements/quality.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -345,7 +345,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
pygments==2.19.0
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -481,7 +481,7 @@ tox==4.23.2
# via -r requirements/ci.txt
twine==6.0.1
# via -r requirements/quality.txt
types-pyyaml==6.0.12.20241221
types-pyyaml==6.0.12.20241230
# via
# -r requirements/quality.txt
# django-stubs
Expand Down Expand Up @@ -518,7 +518,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ markupsafe==3.0.2
# jinja2
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 @@ -221,7 +221,7 @@ pycparser==2.22
# cffi
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.0
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -325,7 +325,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
types-pyyaml==6.0.12.20241221
types-pyyaml==6.0.12.20241230
# via
# -r requirements/test.txt
# django-stubs
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.6.0
setuptools==75.7.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
mypy==1.14.0
mypy==1.14.1
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -249,7 +249,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.0
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -351,7 +351,7 @@ tomlkit==0.13.2
# via pylint
twine==6.0.1
# via -r requirements/quality.in
types-pyyaml==6.0.12.20241221
types-pyyaml==6.0.12.20241230
# via
# -r requirements/test.txt
# django-stubs
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ markupsafe==3.0.2
# via jinja2
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 Expand Up @@ -233,7 +233,7 @@ stevedore==5.4.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
types-pyyaml==6.0.12.20241221
types-pyyaml==6.0.12.20241230
# via
# django-stubs
# djangorestframework-stubs
Expand Down

0 comments on commit 8a57905

Please sign in to comment.