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 Oct 7, 2024
1 parent 1441cd2 commit cbbfd4c
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 85 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
#
asgiref==3.8.1
# via django
django==4.2.14
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
lxml[html-clean,html_clean]==5.2.2
lxml[html-clean,html_clean]==5.3.0
# via
# -r requirements/base.in
# lxml-html-clean
lxml-html-clean==0.2.0
lxml-html-clean==0.2.2
# via lxml
path==16.16.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
polib==1.2.0
# via -r requirements/base.in
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/base.in
sqlparse==0.5.1
# via django
42 changes: 21 additions & 21 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.4
astroid==3.3.5
# via
# -r requirements/test.txt
# pylint
# pylint-celery
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -39,28 +39,28 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/ci.in
# -r requirements/test.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
distlib==0.3.8
# via
# -r requirements/tox.txt
# virtualenv
django==4.2.14
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.txt
filelock==3.15.4
filelock==3.16.1
# via
# -r requirements/tox.txt
# tox
Expand All @@ -77,11 +77,11 @@ jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
lxml[html-clean]==5.2.2
lxml[html-clean]==5.3.0
# via
# -r requirements/test.txt
# lxml-html-clean
lxml-html-clean==0.2.0
lxml-html-clean==0.2.2
# via
# -r requirements/test.txt
# lxml
Expand All @@ -108,11 +108,11 @@ path==16.16.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.6
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand All @@ -127,9 +127,9 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via -r requirements/test.txt
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/test.txt
pylint==3.2.6
pylint==3.3.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -149,11 +149,11 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/tox.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -163,9 +163,9 @@ python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
pytz==2024.1
pytz==2024.2
# via -r requirements/test.txt
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -178,21 +178,21 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/test.txt
# code-annotations
text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.16.0
tox==4.21.2
# via -r requirements/tox.txt
virtualenv==20.26.3
virtualenv==20.26.6
# via
# -r requirements/tox.txt
# tox
9 changes: 0 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,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

# opentelemetry requires version 6.x at the moment:
# https://github.com/open-telemetry/opentelemetry-python/issues/3570
# Normally this could be added as a constraint in edx-django-utils, where we're
# adding the opentelemetry dependency. However, when we compile pip-tools.txt,
# that uses version 7.x, and then there's no undoing that when compiling base.txt.
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
importlib-metadata<7

# 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
Expand Down
48 changes: 24 additions & 24 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ asgiref==3.8.1
# via
# -r requirements/ci.txt
# django
astroid==3.2.4
astroid==3.3.5
# via
# -r requirements/ci.txt
# pylint
# pylint-celery
build==1.2.1
build==1.2.2.post1
# via
# -r requirements/pip_tools.txt
# pip-tools
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -45,27 +45,27 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/ci.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/ci.txt
dill==0.3.8
dill==0.3.9
# via
# -r requirements/ci.txt
# pylint
distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.14
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.txt
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/ci.txt
filelock==3.15.4
filelock==3.16.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -82,11 +82,11 @@ jinja2==3.1.4
# via
# -r requirements/ci.txt
# code-annotations
lxml[html-clean]==5.2.2
lxml[html-clean]==5.3.0
# via
# -r requirements/ci.txt
# lxml-html-clean
lxml-html-clean==0.2.0
lxml-html-clean==0.2.2
# via
# -r requirements/ci.txt
# lxml
Expand Down Expand Up @@ -114,13 +114,13 @@ path==16.16.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.txt
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/ci.txt
# stevedore
pip-tools==7.4.1
# via -r requirements/pip_tools.txt
platformdirs==4.2.2
platformdirs==4.3.6
# via
# -r requirements/ci.txt
# pylint
Expand All @@ -133,9 +133,9 @@ pluggy==1.5.0
# tox
polib==1.2.0
# via -r requirements/ci.txt
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/ci.txt
pylint==3.2.6
pylint==3.3.1
# via
# -r requirements/ci.txt
# edx-lint
Expand All @@ -155,16 +155,16 @@ pylint-plugin-utils==0.8.2
# -r requirements/ci.txt
# pylint-celery
# pylint-django
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip_tools.txt
# build
# pip-tools
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/ci.txt
# pytest-cov
Expand All @@ -174,9 +174,9 @@ python-slugify==8.0.4
# via
# -r requirements/ci.txt
# code-annotations
pytz==2024.1
pytz==2024.2
# via -r requirements/ci.txt
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/ci.txt
# code-annotations
Expand All @@ -189,25 +189,25 @@ sqlparse==0.5.1
# via
# -r requirements/ci.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/ci.txt
# code-annotations
text-unidecode==1.3
# via
# -r requirements/ci.txt
# python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via
# -r requirements/ci.txt
# pylint
tox==4.16.0
tox==4.21.2
# via -r requirements/ci.txt
virtualenv==20.26.3
virtualenv==20.26.6
# via
# -r requirements/ci.txt
# tox
wheel==0.43.0
wheel==0.44.0
# via
# -r requirements/pip_tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.14
django==4.2.16
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.1.0
setuptools==75.1.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit cbbfd4c

Please sign in to comment.