-
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.
* chore: update dependencies * ci: add tests for python3.11 and python3.12. Fix some tests
- Loading branch information
1 parent
52184d6
commit f19aa2c
Showing
6 changed files
with
104 additions
and
84 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,38 +1,42 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
certifi==2022.5.18.1 | ||
blinker==1.7.0 | ||
# via flask | ||
certifi==2024.2.2 | ||
# via requests | ||
charset-normalizer==2.0.12 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.3 | ||
click==8.1.7 | ||
# via flask | ||
edx-codejail==3.2.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# -r requirements/base.in | ||
flask==2.1.2 | ||
flask==3.0.3 | ||
# via -r requirements/base.in | ||
idna==3.3 | ||
idna==3.7 | ||
# via requests | ||
importlib-metadata==4.11.4 | ||
importlib-metadata==7.1.0 | ||
# via flask | ||
itsdangerous==2.1.2 | ||
itsdangerous==2.2.0 | ||
# via flask | ||
jinja2==3.1.2 | ||
jinja2==3.1.3 | ||
# via flask | ||
markupsafe==2.1.1 | ||
# via jinja2 | ||
requests==2.27.1 | ||
markupsafe==2.1.5 | ||
# via | ||
# jinja2 | ||
# werkzeug | ||
requests==2.31.0 | ||
# via -r requirements/base.in | ||
six==1.16.0 | ||
# via edx-codejail | ||
urllib3==1.26.9 | ||
urllib3==2.2.1 | ||
# via requests | ||
werkzeug==2.1.2 | ||
werkzeug==3.0.2 | ||
# via flask | ||
zipp==3.8.0 | ||
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
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 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
wheel==0.37.1 | ||
wheel==0.43.0 | ||
# via -r requirements/pip.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
pip==22.1.1 | ||
pip==24.0 | ||
# via -r requirements/pip.in | ||
setuptools==62.3.2 | ||
setuptools==69.5.1 | ||
# via -r requirements/pip.in |