-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In addition to updating the requirements we also removed the pin to the codejail library. We also remove support/testing for python3.8.
- Loading branch information
1 parent
8d288a3
commit fc86fc9
Showing
7 changed files
with
50 additions
and
95 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,36 @@ | ||
# | ||
# 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 | ||
# | ||
blinker==1.7.0 | ||
blinker==1.8.2 | ||
# via flask | ||
certifi==2024.2.2 | ||
certifi==2024.8.30 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
click==8.1.7 | ||
# via flask | ||
edx-codejail==3.2.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.in | ||
edx-codejail==3.5.1 | ||
# via -r requirements/base.in | ||
flask==3.0.3 | ||
# via -r requirements/base.in | ||
idna==3.7 | ||
idna==3.10 | ||
# via requests | ||
importlib-metadata==7.1.0 | ||
# via flask | ||
itsdangerous==2.2.0 | ||
# via flask | ||
jinja2==3.1.3 | ||
jinja2==3.1.4 | ||
# via flask | ||
markupsafe==2.1.5 | ||
markupsafe==3.0.2 | ||
# via | ||
# jinja2 | ||
# werkzeug | ||
requests==2.31.0 | ||
requests==2.32.3 | ||
# via -r requirements/base.in | ||
six==1.16.0 | ||
# via edx-codejail | ||
urllib3==2.2.1 | ||
urllib3==2.2.3 | ||
# via requests | ||
werkzeug==3.0.2 | ||
werkzeug==3.0.4 | ||
# via flask | ||
zipp==3.18.1 | ||
# via importlib-metadata |
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,14 +1,14 @@ | ||
# | ||
# 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 | ||
# | ||
wheel==0.43.0 | ||
wheel==0.44.0 | ||
# via -r requirements/pip.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
pip==24.0 | ||
pip==24.2 | ||
# via -r requirements/pip.in | ||
setuptools==69.5.1 | ||
setuptools==75.2.0 | ||
# via -r requirements/pip.in |