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 Dec 11, 2024
1 parent 96b6a67 commit 35090e9
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 57 deletions.
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ codecov==2.1.13
# via -r requirements/ci.in
colorama==0.4.6
# via tox
coverage==7.6.4
coverage==7.6.9
# via codecov
distlib==0.3.9
# via virtualenv
Expand All @@ -26,7 +26,7 @@ filelock==3.16.1
# virtualenv
idna==3.10
# via requests
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand All @@ -44,5 +44,5 @@ tox==4.23.2
# via -r requirements/ci.in
urllib3==2.2.3
# via requests
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
8 changes: 0 additions & 8 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# Note: Changes to this file will automatically be used by other repos, referencing
# this file from Github directly. It does not require packaging in edx-lint.


# using LTS django version
Django<5.0

Expand All @@ -23,13 +22,6 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# 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
39 changes: 19 additions & 20 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -33,19 +33,19 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==43.0.3
cryptography==44.0.0
# via secretstorage
diff-cover==9.2.0
# via -r requirements/dev.in
dill==0.3.9
# via pylint
distlib==0.3.9
# via virtualenv
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -65,9 +65,7 @@ filelock==3.16.1
idna==3.10
# via requests
importlib-metadata==8.5.0
# via
# keyring
# twine
# via keyring
isort==5.13.2
# via
# -r requirements/quality.in
Expand All @@ -92,7 +90,7 @@ lxml[html-clean,html_clean]==5.3.0
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.3.1
lxml-html-clean==0.4.1
# via lxml
markdown-it-py==3.0.0
# via rich
Expand All @@ -106,18 +104,19 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# build
# pyproject-api
# tox
# twine
path==16.16.0
# via edx-i18n-tools
pbr==6.1.0
# via stevedore
pkginfo==1.10.0
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via
Expand All @@ -141,7 +140,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -175,35 +174,35 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.3
rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
six==1.17.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.1
sqlparse==0.5.3
# via django
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
tox==4.23.2
# via -r requirements/dev.in
twine==5.1.1
twine==6.0.1
# via
# -r requirements/dev.in
# -r requirements/quality.in
urllib3==2.2.3
# via
# requests
# twine
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
wheel==0.44.0
wheel==0.45.1
# via -r requirements/dev.in
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/help-tokens/help-tokens/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.6.0
# via -r requirements/pip.in
32 changes: 16 additions & 16 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -25,9 +25,9 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
code-annotations==2.0.0
# via edx-lint
cryptography==43.0.3
cryptography==44.0.0
# via secretstorage
dill==0.3.9
# via pylint
Expand All @@ -38,9 +38,7 @@ edx-lint==5.4.1
idna==3.10
# via requests
importlib-metadata==8.5.0
# via
# keyring
# twine
# via keyring
isort==5.13.2
# via
# -r requirements/quality.in
Expand Down Expand Up @@ -71,13 +69,15 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.1
# via build
packaging==24.2
# via
# build
# twine
pbr==6.1.0
# via stevedore
pkginfo==1.10.0
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via pylint
Expand All @@ -91,7 +91,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -121,25 +121,25 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.3
rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
six==1.17.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
twine==5.1.1
twine==6.0.1
# via -r requirements/quality.in
urllib3==2.2.3
# via
# requests
# twine
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
coverage[toml]==7.6.4
coverage[toml]==7.6.9
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -16,13 +16,13 @@ edx-django-release-util==1.4.0
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
py==1.11.0
# via pytest-catchlog
pytest==8.3.3
pytest==8.3.4
# via
# pytest-catchlog
# pytest-cov
Expand All @@ -35,7 +35,7 @@ pytest-django==4.9.0
# via -r requirements/test.in
pyyaml==6.0.2
# via edx-django-release-util
six==1.16.0
six==1.17.0
# via edx-django-release-util
sqlparse==0.5.1
sqlparse==0.5.3
# via django

0 comments on commit 35090e9

Please sign in to comment.