-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: drop python 3.8 & add python 3.12
- Loading branch information
1 parent
687c43a
commit b123152
Showing
16 changed files
with
693 additions
and
449 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
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 |
---|---|---|
@@ -1,39 +1,104 @@ | ||
# | ||
# 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 | ||
# | ||
asgiref==3.7.2 | ||
appdirs==1.4.4 | ||
# via fs | ||
asgiref==3.8.1 | ||
# via django | ||
attrs==23.1.0 | ||
attrs==24.2.0 | ||
# via openedx-events | ||
django==3.2.25 | ||
boto3==1.35.41 | ||
# via fs-s3fs | ||
botocore==1.35.41 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
cffi==1.17.1 | ||
# via pynacl | ||
click==8.1.7 | ||
# via edx-django-utils | ||
django==4.2.16 | ||
# via | ||
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt | ||
# -r requirements/base.in | ||
# django-crum | ||
# django-model-utils | ||
# django-waffle | ||
# edx-django-utils | ||
# openedx-django-pyfs | ||
# openedx-events | ||
# openedx-filters | ||
django-model-utils==4.3.1 | ||
django-crum==0.7.9 | ||
# via edx-django-utils | ||
django-model-utils==5.0.0 | ||
# via -r requirements/base.in | ||
edx-opaque-keys[django]==2.3.0 | ||
django-waffle==4.1.0 | ||
# via edx-django-utils | ||
dnspython==2.7.0 | ||
# via pymongo | ||
edx-ccx-keys==1.3.0 | ||
# via openedx-events | ||
edx-django-utils==6.1.0 | ||
# via openedx-events | ||
fastavro==1.7.4 | ||
edx-opaque-keys[django]==2.11.0 | ||
# via | ||
# edx-ccx-keys | ||
# openedx-events | ||
fastavro==1.9.7 | ||
# via openedx-events | ||
openedx-events==8.0.1 | ||
fs==2.4.16 | ||
# via | ||
# fs-s3fs | ||
# openedx-django-pyfs | ||
fs-s3fs==1.1.1 | ||
# via openedx-django-pyfs | ||
jmespath==1.0.1 | ||
# via | ||
# boto3 | ||
# botocore | ||
lazy==1.6 | ||
# via -r requirements/base.in | ||
openedx-filters==1.3.0 | ||
newrelic==10.2.0 | ||
# via edx-django-utils | ||
openedx-django-pyfs==3.7.0 | ||
# via -r requirements/base.in | ||
pbr==5.11.1 | ||
openedx-events==9.15.0 | ||
# via -r requirements/base.in | ||
openedx-filters==1.11.0 | ||
# via -r requirements/base.in | ||
pbr==6.1.0 | ||
# via stevedore | ||
pymongo==3.13.0 | ||
psutil==6.0.0 | ||
# via edx-django-utils | ||
pycparser==2.22 | ||
# via cffi | ||
pymongo==4.10.1 | ||
# via edx-opaque-keys | ||
pytz==2023.3 | ||
# via django | ||
sqlparse==0.4.4 | ||
pynacl==1.5.0 | ||
# via edx-django-utils | ||
python-dateutil==2.9.0.post0 | ||
# via botocore | ||
s3transfer==0.10.3 | ||
# via boto3 | ||
six==1.16.0 | ||
# via | ||
# edx-ccx-keys | ||
# fs | ||
# fs-s3fs | ||
# python-dateutil | ||
sqlparse==0.5.1 | ||
# via django | ||
stevedore==5.1.0 | ||
stevedore==5.3.0 | ||
# via | ||
# edx-django-utils | ||
# edx-opaque-keys | ||
typing-extensions==4.12.2 | ||
# via edx-opaque-keys | ||
typing-extensions==4.6.3 | ||
# via asgiref | ||
urllib3==2.2.3 | ||
# via botocore | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# 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 |
---|---|---|
@@ -1,33 +1,34 @@ | ||
# | ||
# 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 | ||
# | ||
distlib==0.3.6 | ||
distlib==0.3.9 | ||
# via virtualenv | ||
filelock==3.12.2 | ||
filelock==3.16.1 | ||
# via | ||
# tox | ||
# virtualenv | ||
packaging==23.1 | ||
# via tox | ||
platformdirs==3.5.3 | ||
# via virtualenv | ||
pluggy==1.0.0 | ||
packaging==24.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
platformdirs==4.3.6 | ||
# via | ||
# tox | ||
# virtualenv | ||
pluggy==1.5.0 | ||
# via tox | ||
py==1.11.0 | ||
# via tox | ||
six==1.16.0 | ||
# via tox | ||
tomli==2.0.1 | ||
# via tox | ||
tox==3.28.0 | ||
# via | ||
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt | ||
# -r requirements/ci.in | ||
# tox-battery | ||
tox-battery==0.6.1 | ||
tox-battery==0.6.2 | ||
# via -r requirements/ci.in | ||
virtualenv==20.23.0 | ||
virtualenv==20.26.6 | ||
# via tox |
Oops, something went wrong.