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 #313

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
26 changes: 13 additions & 13 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
attrs==23.2.0
attrs==24.2.0
# via openedx-events
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
Expand All @@ -25,7 +25,7 @@ celery==5.4.0
# via event-tracking
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand All @@ -49,7 +49,7 @@ code-annotations==1.8.0
# via edx-toggles
cryptography==43.0.0
# via pyjwt
django==4.2.14
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -83,7 +83,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.14.2
edx-django-utils==5.15.0
# via
# edx-drf-extensions
# edx-toggles
Expand Down Expand Up @@ -113,9 +113,9 @@ idna==3.7
# via requests
jinja2==3.1.4
# via code-annotations
kombu==5.3.7
kombu==5.4.0
# via celery
lxml==5.2.2
lxml==5.3.0
# via xblock
mako==1.3.5
# via xblock
Expand All @@ -124,7 +124,7 @@ markupsafe==2.1.5
# jinja2
# mako
# xblock
newrelic==9.12.0
newrelic==9.13.0
# via edx-django-utils
openedx-events==9.11.0
# via event-tracking
Expand All @@ -136,7 +136,7 @@ psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# drf-jwt
# edx-drf-extensions
Expand All @@ -157,15 +157,15 @@ pytz==2024.1
# -r requirements/base.in
# event-tracking
# xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via
# code-annotations
# xblock
requests==2.32.3
# via edx-drf-extensions
semantic-version==2.10.0
# via edx-drf-extensions
simplejson==3.19.2
simplejson==3.19.3
# via xblock
six==1.16.0
# via
Expand Down Expand Up @@ -202,13 +202,13 @@ wcwidth==0.2.13
# via prompt-toolkit
web-fragments==2.2.0
# via xblock
webob==1.8.7
webob==1.8.8
# via xblock
xblock==4.0.1
xblock==5.1.0
Copy link
Contributor

@pomegranited pomegranited Aug 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5.1.0 fixes openedx/XBlock#778, but I still want to wait until edx-platform removes its constraint and uses 5.1.0 before upgrading this package here, cf openedx/XBlock#777 (comment)

# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==71.1.0
setuptools==73.0.0
# via
# -r requirements/base.in
# fs
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.4.0
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.16.0
tox==4.18.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
9 changes: 0 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,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
64 changes: 30 additions & 34 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ astroid==3.2.4
# via
# pylint
# pylint-celery
attrs==23.2.0
attrs==24.2.0
# via openedx-events
backports-tarfile==1.2.0
# via jaraco-context
Expand All @@ -29,13 +29,13 @@ billiard==4.2.0
# via celery
build==1.2.1
# via pip-tools
cachetools==5.4.0
cachetools==5.5.0
# via tox
celery==5.4.0
# via event-tracking
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand Down Expand Up @@ -70,7 +70,7 @@ code-annotations==1.8.0
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via pytest-cov
cryptography==43.0.0
# via
Expand All @@ -84,7 +84,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==4.2.14
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -121,15 +121,15 @@ drf-jwt==1.19.2
# via edx-drf-extensions
edx-ccx-keys==1.3.0
# via openedx-events
edx-django-utils==5.14.2
edx-django-utils==5.15.0
# via
# edx-drf-extensions
# edx-toggles
# event-tracking
# openedx-events
edx-drf-extensions==10.3.0
# via -r requirements/base.in
edx-i18n-tools==1.6.0
edx-i18n-tools==1.6.2
# via -r requirements/dev.in
edx-lint==5.3.7
# via
Expand All @@ -151,9 +151,9 @@ event-tracking==2.4.0
# -r requirements/base.in
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.0
factory-boy==3.3.1
# via -r requirements/test.in
faker==26.0.0
faker==27.0.0
# via factory-boy
fastavro==1.9.5
# via openedx-events
Expand All @@ -167,13 +167,12 @@ fs==2.4.16
# via xblock
idna==3.7
# via requests
importlib-metadata==6.11.0
importlib-metadata==8.3.0
# via
# -c requirements/common_constraints.txt
# build
# keyring
# twine
importlib-resources==6.4.0
importlib-resources==6.4.3
# via keyring
iniconfig==2.0.0
# via pytest
Expand All @@ -183,9 +182,9 @@ isort==5.13.2
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.1
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
Expand All @@ -195,17 +194,14 @@ jinja2==3.1.4
# via
# code-annotations
# diff-cover
keyring==25.2.1
keyring==25.3.0
# via twine
kombu==5.3.7
kombu==5.4.0
# via celery
lxml[html-clean]==5.2.2
lxml==5.3.0
# via
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.1.1
# via lxml
mako==1.3.5
# via xblock
markdown-it-py==3.0.0
Expand All @@ -221,11 +217,11 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.in
more-itertools==10.3.0
more-itertools==10.4.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.12.0
newrelic==9.13.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
Expand All @@ -237,7 +233,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
path==16.14.0
path==16.16.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
Expand All @@ -261,7 +257,7 @@ prompt-toolkit==3.0.47
# via click-repl
psutil==6.0.0
# via edx-django-utils
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
Expand All @@ -272,7 +268,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# drf-jwt
# edx-drf-extensions
Expand Down Expand Up @@ -302,7 +298,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.3.1
pytest==8.3.2
# via
# pytest-cov
# pytest-django
Expand All @@ -323,7 +319,7 @@ pytz==2024.1
# -r requirements/base.in
# event-tracking
# xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via
# code-annotations
# edx-i18n-tools
Expand All @@ -345,7 +341,7 @@ secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via edx-drf-extensions
simplejson==3.19.2
simplejson==3.19.3
# via xblock
six==1.16.0
# via
Expand Down Expand Up @@ -374,9 +370,9 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
tox==4.16.0
tox==4.18.0
# via -r requirements/dev.in
twine==5.1.1
# via -r requirements/quality.in
Expand Down Expand Up @@ -407,15 +403,15 @@ wcwidth==0.2.13
# via prompt-toolkit
web-fragments==2.2.0
# via xblock
webob==1.8.7
webob==1.8.8
# via xblock
wheel==0.43.0
wheel==0.44.0
# via
# -r requirements/quality.in
# pip-tools
xblock==4.0.1
xblock==5.1.0
# via -r requirements/base.in
zipp==3.19.2
zipp==3.20.0
# via
# importlib-metadata
# importlib-resources
Expand Down
Loading
Loading