Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 22, 2025
1 parent 03c0fb6 commit 0eb5e61
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 30 deletions.
16 changes: 9 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.1
# via tox
certifi==2024.12.14
# via requests
Expand All @@ -20,7 +20,7 @@ coverage==7.6.10
# via codecov
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -36,13 +36,15 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
requests==2.32.3
# via codecov
tox==4.23.2
tox==4.24.1
# via -r requirements/ci.in
urllib3==2.3.0
# via requests
virtualenv==20.28.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
virtualenv==20.29.1
# via tox
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ django-simple-history==3.0.0
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
30 changes: 16 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ backports-tarfile==1.2.0
# via jaraco-context
build==1.2.2.post1
# via -r requirements/quality.in
cachetools==5.5.0
cachetools==5.5.1
# via tox
certifi==2024.12.14
# via requests
Expand All @@ -33,7 +33,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
colorama==0.4.6
# via tox
Expand All @@ -45,7 +45,7 @@ dill==0.3.9
# via pylint
distlib==0.3.9
# via virtualenv
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -58,13 +58,15 @@ edx-lint==5.4.1
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
id==1.5.0
# via twine
idna==3.10
# via requests
importlib-metadata==8.5.0
importlib-metadata==8.6.1
# via keyring
isort==5.13.2
# via
Expand Down Expand Up @@ -100,7 +102,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -116,8 +118,6 @@ path==16.16.0
# via edx-i18n-tools
pbr==6.1.0
# via stevedore
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via
# pylint
Expand All @@ -135,7 +135,7 @@ pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.1
# via
# diff-cover
# readme-renderer
Expand All @@ -154,7 +154,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
pyproject-hooks==1.2.0
# via build
Expand All @@ -168,6 +168,7 @@ readme-renderer==44.0
# via twine
requests==2.32.3
# via
# id
# requests-toolbelt
# twine
requests-toolbelt==1.0.0
Expand All @@ -190,17 +191,18 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.23.2
tox==4.24.1
# via -r requirements/dev.in
twine==6.0.1
twine==6.1.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
# twine
virtualenv==20.28.0
virtualenv==20.29.1
# via tox
wheel==0.45.1
# via -r requirements/dev.in
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 /home/runner/work/help-tokens/help-tokens/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.8.0
# via -r requirements/pip.in
18 changes: 10 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
cryptography==44.0.0
# via secretstorage
Expand All @@ -35,9 +35,11 @@ docutils==0.21.2
# via readme-renderer
edx-lint==5.4.1
# via -r requirements/quality.in
id==1.5.0
# via twine
idna==3.10
# via requests
importlib-metadata==8.5.0
importlib-metadata==8.6.1
# via keyring
isort==5.13.2
# via
Expand Down Expand Up @@ -65,7 +67,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.5.0
more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -77,8 +79,6 @@ packaging==24.2
# twine
pbr==6.1.0
# via stevedore
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via pylint
pycodestyle==2.12.1
Expand All @@ -87,7 +87,7 @@ pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -115,6 +115,7 @@ readme-renderer==44.0
# via twine
requests==2.32.3
# via
# id
# requests-toolbelt
# twine
requests-toolbelt==1.0.0
Expand All @@ -135,10 +136,11 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
twine==6.0.1
twine==6.1.0
# via -r requirements/quality.in
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
# twine
zipp==3.21.0
Expand Down

0 comments on commit 0eb5e61

Please sign in to comment.