-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade Python requirements (#216)
* chore: Upgrade Python requirements * fix: disable too-many-positional-arguments pylint warning Disable too-many-positional arguments pylint warning to allow max customization for filters signature --------- Co-authored-by: Maria Grimaldi <[email protected]>
- Loading branch information
1 parent
3dd46be
commit 6a2c8c4
Showing
9 changed files
with
158 additions
and
283 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +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 | ||
# | ||
asgiref==3.8.1 | ||
# via django | ||
backports-zoneinfo==0.2.1 ; python_version < "3.9" | ||
# via | ||
# -c requirements/constraints.txt | ||
# django | ||
django==4.2.13 | ||
django==4.2.16 | ||
# via | ||
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt | ||
# -r requirements/base.in | ||
sqlparse==0.5.0 | ||
sqlparse==0.5.1 | ||
# via django | ||
typing-extensions==4.12.2 | ||
# 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,38 +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 | ||
# | ||
cachetools==5.3.3 | ||
cachetools==5.5.0 | ||
# via tox | ||
chardet==5.2.0 | ||
# via tox | ||
colorama==0.4.6 | ||
# via tox | ||
distlib==0.3.8 | ||
# via virtualenv | ||
filelock==3.15.4 | ||
filelock==3.16.1 | ||
# via | ||
# tox | ||
# virtualenv | ||
packaging==24.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
platformdirs==4.2.2 | ||
platformdirs==4.3.6 | ||
# via | ||
# tox | ||
# virtualenv | ||
pluggy==1.5.0 | ||
# via tox | ||
pyproject-api==1.7.1 | ||
pyproject-api==1.8.0 | ||
# via tox | ||
tomli==2.0.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
tox==4.15.1 | ||
tox==4.20.0 | ||
# via -r requirements/ci.in | ||
virtualenv==20.26.3 | ||
virtualenv==20.26.5 | ||
# via tox |
Oops, something went wrong.