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

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
41 changes: 9 additions & 32 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -12,8 +12,6 @@ asgiref==3.8.1
# via
# django
# django-cors-headers
async-timeout==4.0.3
# via redis
attrs==23.2.0
# via
# jsonschema
Expand All @@ -22,18 +20,11 @@ backoff==1.10.0
# via
# -r requirements/base.in
# analytics-python
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
# via celery
boto3==1.34.144
boto3==1.34.145
# via django-ses
botocore==1.34.144
botocore==1.34.145
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -66,7 +57,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
cryptography==42.0.8
cryptography==43.0.0
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -182,10 +173,6 @@ edx-toggles==5.2.0
# via -r requirements/base.in
idna==3.7
# via requests
importlib-resources==6.4.0
# via
# jsonschema
# jsonschema-specifications
inflection==0.5.1
# via drf-spectacular
jinja2==3.1.4
Expand Down Expand Up @@ -216,8 +203,6 @@ oauthlib==3.2.2
# social-auth-core
pbr==6.0.0
# via stevedore
pkgutil-resolve-name==1.3.10
# via jsonschema
ply==3.11
# via djangoql
prompt-toolkit==3.0.47
Expand Down Expand Up @@ -296,7 +281,7 @@ social-auth-core==4.5.4
# via
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
Expand All @@ -306,18 +291,12 @@ stevedore==5.2.0
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via
# asgiref
# drf-spectacular
# edx-opaque-keys
# kombu
# via edx-opaque-keys
tzdata==2024.1
# via
# backports-zoneinfo
# celery
# via celery
uritemplate==4.1.1
# via drf-spectacular
urllib3==1.26.19
urllib3==2.2.2
# via
# botocore
# requests
Expand All @@ -329,9 +308,7 @@ vine==5.1.0
wcwidth==0.2.13
# via prompt-toolkit
zipp==3.19.2
# via
# -r requirements/base.in
# importlib-resources
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
8 changes: 8 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
Expand All @@ -35,3 +36,10 @@ elasticsearch<7.14.0
# 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
# 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
73 changes: 11 additions & 62 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -15,15 +15,11 @@ asgiref==3.8.1
# -r requirements/validation.txt
# django
# django-cors-headers
astroid==3.2.3
astroid==3.2.4
# via
# -r requirements/validation.txt
# pylint
# pylint-celery
async-timeout==4.0.3
# via
# -r requirements/validation.txt
# redis
attrs==23.2.0
# via
# -r requirements/validation.txt
Expand All @@ -33,23 +29,15 @@ backoff==1.10.0
# via
# -r requirements/validation.txt
# analytics-python
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/validation.txt
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
# via
# -r requirements/validation.txt
# celery
boto3==1.34.144
boto3==1.34.145
# via
# -r requirements/validation.txt
# django-ses
botocore==1.34.144
botocore==1.34.145
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -114,7 +102,7 @@ coverage[toml]==7.6.0
# via
# -r requirements/validation.txt
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/validation.txt
# pyjwt
Expand Down Expand Up @@ -249,7 +237,7 @@ edx-drf-extensions==10.3.0
# edx-rbac
edx-i18n-tools==1.6.0
# via -r requirements/validation.txt
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/validation.txt
edx-opaque-keys==2.10.0
# via
Expand All @@ -261,10 +249,6 @@ edx-rest-api-client==5.7.1
# via -r requirements/validation.txt
edx-toggles==5.2.0
# via -r requirements/validation.txt
exceptiongroup==1.2.2
# via
# -r requirements/validation.txt
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==26.0.0
Expand All @@ -279,17 +263,6 @@ idna==3.7
# via
# -r requirements/validation.txt
# requests
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip-tools.txt
# build
# typeguard
importlib-resources==6.4.0
# via
# -r requirements/validation.txt
# jsonschema
# jsonschema-specifications
inflect==7.3.1
# via
# -r requirements/dev.in
Expand Down Expand Up @@ -388,10 +361,6 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
pkgutil-resolve-name==1.3.10
# via
# -r requirements/validation.txt
# jsonschema
platformdirs==4.2.2
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -435,7 +404,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/validation.txt
# edx-lint
Expand Down Expand Up @@ -468,7 +437,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -568,7 +537,7 @@ social-auth-core==4.5.4
# -r requirements/validation.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/validation.txt
# django
Expand All @@ -583,15 +552,6 @@ text-unidecode==1.3
# via
# -r requirements/validation.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# build
# coverage
# pip-tools
# pylint
# pytest
tomlkit==0.13.0
# via
# -r requirements/validation.txt
Expand All @@ -601,24 +561,17 @@ typeguard==4.3.0
typing-extensions==4.12.2
# via
# -r requirements/validation.txt
# asgiref
# astroid
# drf-spectacular
# edx-opaque-keys
# inflect
# kombu
# pylint
# typeguard
tzdata==2024.1
# via
# -r requirements/validation.txt
# backports-zoneinfo
# celery
uritemplate==4.1.1
# via
# -r requirements/validation.txt
# drf-spectacular
urllib3==1.26.19
urllib3==2.2.2
# via
# -r requirements/validation.txt
# botocore
Expand All @@ -638,11 +591,7 @@ wheel==0.43.0
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.19.2
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# importlib-metadata
# importlib-resources
# via -r requirements/validation.txt

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