Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #160

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
32 changes: 16 additions & 16 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.2.4
# -r requirements/test.txt
# pylint
# pylint-celery
cachetools==5.4.0
cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -39,7 +39,7 @@ 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
Expand All @@ -54,13 +54,13 @@ 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.0
# 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.2
# 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.2.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -165,7 +165,7 @@ python-slugify==8.0.4
# code-annotations
pytz==2024.1
# 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.18.1
# via -r requirements/tox.txt
virtualenv==20.26.3
virtualenv==20.26.4
# 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
36 changes: 18 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ astroid==3.2.4
# -r requirements/ci.txt
# pylint
# pylint-celery
build==1.2.1
build==1.2.2
# 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,7 +45,7 @@ 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
Expand All @@ -59,13 +59,13 @@ 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.0
# 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.2
# 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.2.7
# via
# -r requirements/ci.txt
# edx-lint
Expand Down Expand Up @@ -176,7 +176,7 @@ python-slugify==8.0.4
# code-annotations
pytz==2024.1
# 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.18.1
# via -r requirements/ci.txt
virtualenv==20.26.3
virtualenv==20.26.4
# 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==74.1.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
Expand All @@ -16,7 +16,7 @@ pyproject-hooks==1.1.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
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -32,19 +32,19 @@ dill==0.3.8
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
# via code-annotations
lxml[html-clean]==5.2.2
lxml[html-clean]==5.3.0
# via
# -r requirements/base.txt
# lxml-html-clean
lxml-html-clean==0.2.0
lxml-html-clean==0.2.2
# via
# -r requirements/base.txt
# lxml
Expand All @@ -62,17 +62,17 @@ path==16.16.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
pbr==6.0.0
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
platformdirs==4.3.2
# via pylint
pluggy==1.5.0
# via pytest
polib==1.2.0
# via -r requirements/base.txt
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/test.in
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand All @@ -94,7 +94,7 @@ python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via -r requirements/test.in
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -106,9 +106,9 @@ sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
Loading
Loading