-
Notifications
You must be signed in to change notification settings - Fork 43
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
875b559
commit 31ea45e
Showing
7 changed files
with
16 additions
and
15 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,5 +1,8 @@ | ||
build==1.2.2.post1 | ||
# readme-renderer~=44.0 depends on a newer docutils version then supported by sphinx==7.2.6 (readme-renderer | ||
# is a dependency of twine). | ||
readme-renderer<44 | ||
twine==5.1.1 | ||
wheel==0.44.0 | ||
wheel==0.45.0 | ||
# See pyproject.toml for reasoning for required minimum version | ||
setuptools>=68.1 |
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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
pre-commit==4.0.1 | ||
pylint-django==2.6.1 | ||
pylint==3.3.1 | ||
ruff==0.7.0 | ||
setuptools>=65 | ||
ruff==0.7.3 | ||
setuptools>=65 |
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,16 +1,16 @@ | ||
-r requirements-dev-common.txt | ||
-r requirements-test.txt | ||
mypy==1.11.2 | ||
django-stubs==5.1.0 | ||
mypy==1.13.0 | ||
django-stubs==5.1.1 | ||
types-docutils==0.21.0.20241005 | ||
types-freezegun==1.1.10 | ||
types-jinja2==2.11.9 | ||
types-mysqlclient==2.2.0.20240911 | ||
types-pytz==2024.2.0.20241003 | ||
types-psycopg2==2.9.21.20241019 | ||
types-pyOpenSSL==24.1.0.20240722 | ||
types-pyRFC3339==1.1.1.5 | ||
types-pyRFC3339==2.0.1.20241107 | ||
types-redis==4.6.0.20241004 | ||
types-requests==2.32.0.20241016 | ||
types-setuptools==75.2.0.20241019 | ||
types-setuptools==75.3.0.20241107 | ||
types-tabulate==0.9.0.20240106 |
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