forked from openedx/openedx-events
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37a84a7
commit 0ec105d
Showing
9 changed files
with
363 additions
and
386 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
# | ||
# 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 | ||
asgiref==3.8.1 | ||
# via django | ||
attrs==23.1.0 | ||
attrs==23.2.0 | ||
# via -r requirements/base.in | ||
django==3.2.19 | ||
django==4.2.14 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/base.in | ||
edx-opaque-keys[django]==2.3.0 | ||
dnspython==2.6.1 | ||
# via pymongo | ||
edx-opaque-keys[django]==2.10.0 | ||
# via -r requirements/base.in | ||
fastavro==1.7.4 | ||
fastavro==1.9.5 | ||
# via -r requirements/base.in | ||
pbr==5.11.1 | ||
pbr==6.0.0 | ||
# via stevedore | ||
pymongo==3.13.0 | ||
pymongo==4.8.0 | ||
# via edx-opaque-keys | ||
pytz==2023.3 | ||
sqlparse==0.5.1 | ||
# via django | ||
sqlparse==0.4.4 | ||
# via django | ||
stevedore==5.1.0 | ||
stevedore==5.2.0 | ||
# via edx-opaque-keys | ||
typing-extensions==4.12.2 | ||
# via edx-opaque-keys | ||
typing-extensions==4.6.3 | ||
# via asgiref |
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,30 +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 | ||
cachetools==5.4.0 | ||
# via tox | ||
chardet==5.2.0 | ||
# via tox | ||
colorama==0.4.6 | ||
# via tox | ||
distlib==0.3.8 | ||
# via virtualenv | ||
filelock==3.12.1 | ||
filelock==3.15.4 | ||
# via | ||
# tox | ||
# virtualenv | ||
packaging==23.1 | ||
# via tox | ||
platformdirs==3.5.3 | ||
# via virtualenv | ||
pluggy==1.0.0 | ||
# via tox | ||
py==1.11.0 | ||
# via tox | ||
six==1.16.0 | ||
packaging==24.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
platformdirs==4.2.2 | ||
# via | ||
# tox | ||
# virtualenv | ||
pluggy==1.5.0 | ||
# via tox | ||
tomli==2.0.1 | ||
pyproject-api==1.7.1 | ||
# via tox | ||
tox==3.28.0 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/ci.in | ||
virtualenv==20.23.0 | ||
tox==4.16.0 | ||
# via -r requirements/ci.in | ||
virtualenv==20.26.3 | ||
# via tox |
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.