-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #277 from openedx/pythonupgrade
Add support for Python 3.11 & 3.12
- Loading branch information
Showing
21 changed files
with
391 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
""" | ||
|
||
|
||
__version__ = '4.5.0' | ||
__version__ = '4.6.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ edx-toggles>=1.2.0 | |
pytz | ||
XBlock>=1.2.2 | ||
event-tracking | ||
setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,208 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
amqp==5.2.0 | ||
# via kombu | ||
appdirs==1.4.4 | ||
# via fs | ||
asgiref==3.8.1 | ||
# via django | ||
attrs==23.2.0 | ||
# via openedx-events | ||
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 | ||
celery==5.3.6 | ||
# via event-tracking | ||
certifi==2024.2.2 | ||
# via requests | ||
cffi==1.16.0 | ||
# via | ||
# cryptography | ||
# pynacl | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.7 | ||
# via | ||
# celery | ||
# click-didyoumean | ||
# click-plugins | ||
# click-repl | ||
# code-annotations | ||
# edx-django-utils | ||
click-didyoumean==0.3.1 | ||
# via celery | ||
click-plugins==1.1.1 | ||
# via celery | ||
click-repl==0.3.0 | ||
# via celery | ||
code-annotations==1.8.0 | ||
# via edx-toggles | ||
cryptography==42.0.5 | ||
# via pyjwt | ||
django==4.2.11 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/base.in | ||
# django-crum | ||
# django-model-utils | ||
# django-waffle | ||
# djangorestframework | ||
# drf-jwt | ||
# edx-django-utils | ||
# edx-drf-extensions | ||
# edx-toggles | ||
# event-tracking | ||
# openedx-events | ||
django-crum==0.7.9 | ||
# via | ||
# edx-django-utils | ||
# edx-toggles | ||
django-model-utils==4.5.0 | ||
# via -r requirements/base.in | ||
django-waffle==4.1.0 | ||
# via | ||
# edx-django-utils | ||
# edx-drf-extensions | ||
# edx-toggles | ||
djangorestframework==3.15.1 | ||
# via | ||
# -r requirements/base.in | ||
# drf-jwt | ||
# edx-drf-extensions | ||
drf-jwt==1.19.2 | ||
# via edx-drf-extensions | ||
edx-django-utils==5.12.0 | ||
# via | ||
# edx-drf-extensions | ||
# edx-toggles | ||
# event-tracking | ||
# openedx-events | ||
edx-drf-extensions==10.3.0 | ||
# via -r requirements/base.in | ||
edx-opaque-keys[django]==2.5.1 | ||
# via | ||
# -r requirements/base.in | ||
# edx-drf-extensions | ||
# openedx-events | ||
edx-toggles==5.2.0 | ||
# via | ||
# -r requirements/base.in | ||
# event-tracking | ||
event-tracking==2.4.0 | ||
# via -r requirements/base.in | ||
fastavro==1.9.4 | ||
# via openedx-events | ||
fs==2.4.16 | ||
# via xblock | ||
idna==3.7 | ||
# via requests | ||
jinja2==3.1.3 | ||
# via code-annotations | ||
kombu==5.3.7 | ||
# via celery | ||
lxml==5.2.1 | ||
# via xblock | ||
mako==1.3.3 | ||
# via xblock | ||
markupsafe==2.1.5 | ||
# via | ||
# jinja2 | ||
# mako | ||
# xblock | ||
newrelic==9.8.0 | ||
# via edx-django-utils | ||
openedx-events==9.9.1 | ||
# via event-tracking | ||
pbr==6.0.0 | ||
# via stevedore | ||
prompt-toolkit==3.0.43 | ||
# via click-repl | ||
psutil==5.9.8 | ||
# via edx-django-utils | ||
pycparser==2.22 | ||
# via cffi | ||
pyjwt[crypto]==2.8.0 | ||
# via | ||
# drf-jwt | ||
# edx-drf-extensions | ||
pymongo==3.13.0 | ||
# via | ||
# edx-opaque-keys | ||
# event-tracking | ||
pynacl==1.5.0 | ||
# via edx-django-utils | ||
python-dateutil==2.9.0.post0 | ||
# via | ||
# celery | ||
# xblock | ||
python-slugify==8.0.4 | ||
# via code-annotations | ||
pytz==2024.1 | ||
# via | ||
# -r requirements/base.in | ||
# event-tracking | ||
# xblock | ||
pyyaml==6.0.1 | ||
# via | ||
# code-annotations | ||
# xblock | ||
requests==2.31.0 | ||
# via edx-drf-extensions | ||
semantic-version==2.10.0 | ||
# via edx-drf-extensions | ||
simplejson==3.19.2 | ||
# via xblock | ||
six==1.16.0 | ||
# via | ||
# event-tracking | ||
# fs | ||
# python-dateutil | ||
sqlparse==0.5.0 | ||
# via django | ||
stevedore==5.2.0 | ||
# via | ||
# code-annotations | ||
# edx-django-utils | ||
# edx-opaque-keys | ||
text-unidecode==1.3 | ||
# via python-slugify | ||
typing-extensions==4.11.0 | ||
# via | ||
# asgiref | ||
# edx-opaque-keys | ||
# kombu | ||
tzdata==2024.1 | ||
# via | ||
# backports-zoneinfo | ||
# celery | ||
urllib3==2.2.1 | ||
# via requests | ||
vine==5.1.0 | ||
# via | ||
# amqp | ||
# celery | ||
# kombu | ||
wcwidth==0.2.13 | ||
# via prompt-toolkit | ||
web-fragments==2.2.0 | ||
# via xblock | ||
webob==1.8.7 | ||
# via xblock | ||
xblock==3.1.0 | ||
# via -r requirements/base.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
setuptools==69.5.1 | ||
# via | ||
# -r requirements/base.in | ||
# fs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.