-
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.
Python 3.13 support, drop Python 3.8 support, Postgres 17 support (#19)
* Initialize template from version 2794ea47b0220081dc869d01199ee490dda00762 * Update template to version 072543e27d8b506a6628f7793798609c62d6a8ae * lock requirements * Bump version
- Loading branch information
1 parent
85580c7
commit bbc6588
Showing
12 changed files
with
1,148 additions
and
391 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
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,88 +1,112 @@ | ||
arrow==1.3.0 ; python_version >= "3.8" and python_version < "4" | ||
asgiref==3.8.1 ; python_version >= "3.8" and python_version < "4" | ||
astunparse==1.6.3 ; python_version >= "3.8" and python_version < "3.9" | ||
babel==2.14.0 ; python_version >= "3.8" and python_version < "4" | ||
backports-zoneinfo==0.2.1 ; python_version >= "3.8" and python_version < "3.9" | ||
binaryornot==0.4.4 ; python_full_version >= "3.8.0" and python_version < "4" | ||
black==24.8.0 ; python_version >= "3.8" and python_version < "4" | ||
cachetools==5.5.0 ; python_version >= "3.8" and python_version < "4" | ||
certifi==2024.2.2 ; python_version >= "3.8" and python_version < "4" | ||
chardet==5.2.0 ; python_version >= "3.8" and python_version < "4" | ||
charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4" | ||
click==8.1.7 ; python_version >= "3.8" and python_version < "4" | ||
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4" | ||
cookiecutter==1.7.3 ; python_full_version >= "3.8.0" and python_version < "4" | ||
coverage[toml]==7.5.0 ; python_version >= "3.8" and python_version < "4" | ||
distlib==0.3.8 ; python_version >= "3.8" and python_version < "4" | ||
dj-database-url==2.2.0 ; python_full_version >= "3.8.0" and python_version < "4" | ||
django-dynamic-fixture==4.0.1 ; python_full_version >= "3.8.0" and python_version < "4" | ||
django-stubs-ext==5.0.4 ; python_version >= "3.8" and python_version < "4" | ||
django-stubs==5.0.4 ; python_version >= "3.8" and python_version < "4" | ||
django==4.2.11 ; python_version >= "3.8" and python_version < "4" | ||
exceptiongroup==1.2.1 ; python_version >= "3.8" and python_version < "3.11" | ||
filelock==3.15.4 ; python_version >= "3.8" and python_version < "4" | ||
footing==0.1.6 ; python_full_version >= "3.8.0" and python_version < "4" | ||
ghp-import==2.1.0 ; python_version >= "3.8" and python_version < "4" | ||
griffe==1.2.0 ; python_version >= "3.8" and python_version < "4" | ||
idna==3.7 ; python_version >= "3.8" and python_version < "4" | ||
importlib-metadata==7.1.0 ; python_version >= "3.8" and python_version < "3.10" | ||
iniconfig==2.0.0 ; python_version >= "3.8" and python_version < "4" | ||
jinja2-time==0.2.0 ; python_full_version >= "3.8.0" and python_version < "4" | ||
jinja2==3.1.3 ; python_version >= "3.8" and python_version < "4" | ||
markdown==3.6 ; python_version >= "3.8" and python_version < "4" | ||
markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "4" | ||
mergedeep==1.3.4 ; python_version >= "3.8" and python_version < "4" | ||
mkdocs-autorefs==1.0.1 ; python_version >= "3.8" and python_version < "4" | ||
mkdocs-get-deps==0.2.0 ; python_version >= "3.8" and python_version < "4" | ||
mkdocs-material-extensions==1.3.1 ; python_version >= "3.8" and python_version < "4" | ||
mkdocs-material==9.5.33 ; python_version >= "3.8" and python_version < "4" | ||
mkdocs==1.6.0 ; python_version >= "3.8" and python_version < "4" | ||
mkdocstrings-python==1.10.8 ; python_version >= "3.8" and python_version < "4" | ||
mkdocstrings==0.25.2 ; python_version >= "3.8" and python_version < "4" | ||
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "4" | ||
nodeenv==1.8.0 ; python_full_version >= "3.8.0" and python_version < "4" | ||
packaging==24.1 ; python_version >= "3.8" and python_version < "4" | ||
paginate==0.5.6 ; python_version >= "3.8" and python_version < "4" | ||
pathspec==0.12.1 ; python_version >= "3.8" and python_version < "4" | ||
platformdirs==4.2.2 ; python_version >= "3.8" and python_version < "4" | ||
pluggy==1.5.0 ; python_version >= "3.8" and python_version < "4" | ||
poetry-core==1.9.0 ; python_version >= "3.8" and python_version < "4.0" | ||
poyo==0.5.0 ; python_full_version >= "3.8.0" and python_version < "4" | ||
psycopg2-binary==2.9.9 ; python_full_version >= "3.8.0" and python_version < "4" | ||
pygments==2.17.2 ; python_version >= "3.8" and python_version < "4" | ||
pymdown-extensions==10.8 ; python_version >= "3.8" and python_version < "4" | ||
pyproject-api==1.7.1 ; python_version >= "3.8" and python_version < "4" | ||
pyright==1.1.377 ; python_full_version >= "3.8.0" and python_version < "4" | ||
pytest-cov==5.0.0 ; python_version >= "3.8" and python_version < "4" | ||
pytest-django==4.8.0 ; python_version >= "3.8" and python_version < "4" | ||
pytest-dotenv==0.5.2 ; python_full_version >= "3.8.0" and python_version < "4" | ||
pytest-mock==3.14.0 ; python_version >= "3.8" and python_version < "4" | ||
pytest==8.3.2 ; python_version >= "3.8" and python_version < "4" | ||
python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4" | ||
python-dotenv==1.0.1 ; python_version >= "3.8" and python_version < "4" | ||
python-gitlab==4.4.0 ; python_full_version >= "3.8.0" and python_version < "4" | ||
python-slugify==8.0.4 ; python_full_version >= "3.8.0" and python_version < "4" | ||
pytz==2024.1 ; python_version >= "3.8" and python_version < "3.9" | ||
pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "4" | ||
pyyaml==5.3.1 ; python_version >= "3.8" and python_version < "4" | ||
regex==2024.4.16 ; python_version >= "3.8" and python_version < "4" | ||
requests-file==2.0.0 ; python_version >= "3.8" and python_version < "4" | ||
requests-toolbelt==1.0.0 ; python_full_version >= "3.8.0" and python_version < "4" | ||
requests==2.31.0 ; python_version >= "3.8" and python_version < "4" | ||
ruff==0.6.2 ; python_full_version >= "3.8.0" and python_version < "4" | ||
setuptools==69.5.1 ; python_version >= "3.8" and python_version < "4" | ||
six==1.16.0 ; python_version >= "3.8" and python_version < "4" | ||
sqlparse==0.5.0 ; python_version >= "3.8" and python_version < "4" | ||
text-unidecode==1.3 ; python_full_version >= "3.8.0" and python_version < "4" | ||
tldextract==5.1.2 ; python_version >= "3.8" and python_version < "4" | ||
tomli==2.0.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6" | ||
tox==4.18.0 ; python_version >= "3.8" and python_version < "4" | ||
types-python-dateutil==2.9.0.20240316 ; python_version >= "3.8" and python_version < "4" | ||
types-pyyaml==6.0.12.20240311 ; python_version >= "3.8" and python_version < "4" | ||
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "4" | ||
tzdata==2024.1 ; python_version >= "3.8" and python_version < "4" and sys_platform == "win32" | ||
urllib3==2.2.1 ; python_version >= "3.8" and python_version < "4" | ||
virtualenv==20.26.3 ; python_version >= "3.8" and python_version < "4" | ||
watchdog==4.0.0 ; python_version >= "3.8" and python_version < "4" | ||
wheel==0.43.0 ; python_version >= "3.8" and python_version < "3.9" | ||
zipp==3.18.1 ; python_version >= "3.8" and python_version < "3.10" | ||
arrow==1.3.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
asgiref==3.8.1 ; python_full_version >= "3.9.0" and python_version < "4" | ||
babel==2.14.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
binaryornot==0.4.4 ; python_full_version >= "3.9.0" and python_version < "4" | ||
black==24.10.0 ; python_version >= "3.9" and python_version < "4" | ||
build==1.2.2.post1 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
cachecontrol[filecache]==0.14.0 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
cachetools==5.5.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
certifi==2024.2.2 ; python_full_version >= "3.9.0" and python_version < "4" | ||
cffi==1.17.1 ; python_full_version >= "3.9.0" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy") | ||
chardet==5.2.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
charset-normalizer==3.3.2 ; python_full_version >= "3.9.0" and python_version < "4" | ||
cleo==2.1.0 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
click==8.1.7 ; python_version >= "3.9" and python_version < "4" | ||
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4" | ||
cookiecutter==1.7.3 ; python_full_version >= "3.9.0" and python_version < "4" | ||
coverage[toml]==7.5.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
crashtest==0.4.1 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
cryptography==43.0.3 ; python_full_version >= "3.9.0" and python_version < "4.0" and sys_platform == "linux" | ||
distlib==0.3.8 ; python_full_version >= "3.9.0" and python_version < "4" | ||
dj-database-url==2.3.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
django-dynamic-fixture==4.0.1 ; python_full_version >= "3.9.0" and python_version < "4" | ||
django-stubs-ext==5.1.1 ; python_full_version >= "3.9.0" and python_version < "4" | ||
django-stubs==5.1.1 ; python_full_version >= "3.9.0" and python_version < "4" | ||
django==4.2.11 ; python_full_version >= "3.9.0" and python_version < "4" | ||
dulwich==0.21.7 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
exceptiongroup==1.2.1 ; python_full_version >= "3.9.0" and python_version < "3.11" | ||
fastjsonschema==2.20.0 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
filelock==3.16.1 ; python_full_version >= "3.9.0" and python_version < "4" | ||
footing==0.1.6 ; python_full_version >= "3.9.0" and python_version < "4" | ||
ghp-import==2.1.0 ; python_version >= "3.9" and python_version < "4" | ||
griffe==1.2.0 ; python_version >= "3.9" and python_version < "4" | ||
idna==3.7 ; python_full_version >= "3.9.0" and python_version < "4" | ||
importlib-metadata==7.1.0 ; python_version >= "3.9" and python_version < "3.12" | ||
iniconfig==2.0.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
installer==0.7.0 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
jaraco-classes==3.4.0 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
jeepney==0.8.0 ; python_full_version >= "3.9.0" and python_version < "4.0" and sys_platform == "linux" | ||
jinja2-time==0.2.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
jinja2==3.1.3 ; python_version >= "3.9" and python_version < "4" | ||
keyring==24.3.1 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
markdown==3.6 ; python_version >= "3.9" and python_version < "4" | ||
markupsafe==2.1.5 ; python_version >= "3.9" and python_version < "4" | ||
mergedeep==1.3.4 ; python_version >= "3.9" and python_version < "4" | ||
mkdocs-autorefs==1.2.0 ; python_version >= "3.9" and python_version < "4" | ||
mkdocs-get-deps==0.2.0 ; python_version >= "3.9" and python_version < "4" | ||
mkdocs-material-extensions==1.3.1 ; python_full_version >= "3.9.0" and python_version < "4" | ||
mkdocs-material==9.5.42 ; python_full_version >= "3.9.0" and python_version < "4" | ||
mkdocs==1.6.1 ; python_version >= "3.9" and python_version < "4" | ||
mkdocstrings-python==1.12.2 ; python_version >= "3.9" and python_version < "4" | ||
mkdocstrings==0.26.2 ; python_version >= "3.9" and python_version < "4" | ||
more-itertools==10.5.0 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
msgpack==1.1.0 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
mypy-extensions==1.0.0 ; python_version >= "3.9" and python_version < "4" | ||
nodeenv==1.8.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
packaging==24.1 ; python_version >= "3.9" and python_version < "4" | ||
paginate==0.5.6 ; python_full_version >= "3.9.0" and python_version < "4" | ||
pathspec==0.12.1 ; python_version >= "3.9" and python_version < "4" | ||
pexpect==4.9.0 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
pkginfo==1.11.2 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
platformdirs==4.3.6 ; python_version >= "3.9" and python_version < "4" | ||
pluggy==1.5.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
poetry-core==1.9.1 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
poetry-plugin-export==1.8.0 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
poetry==1.8.4 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
poyo==0.5.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
psycopg2-binary==2.9.10 ; python_full_version >= "3.9.0" and python_version < "4" | ||
ptyprocess==0.7.0 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
pycparser==2.22 ; python_full_version >= "3.9.0" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy") | ||
pygments==2.17.2 ; python_full_version >= "3.9.0" and python_version < "4" | ||
pymdown-extensions==10.8 ; python_version >= "3.9" and python_version < "4" | ||
pyproject-api==1.8.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
pyproject-hooks==1.2.0 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
pyright==1.1.386 ; python_full_version >= "3.9.0" and python_version < "4" | ||
pytest-cov==5.0.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
pytest-django==4.9.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
pytest-dotenv==0.5.2 ; python_full_version >= "3.9.0" and python_version < "4" | ||
pytest-mock==3.14.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
pytest==8.3.3 ; python_full_version >= "3.9.0" and python_version < "4" | ||
python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_version < "4" | ||
python-dotenv==1.0.1 ; python_full_version >= "3.9.0" and python_version < "4" | ||
python-gitlab==4.4.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
python-slugify==8.0.4 ; python_full_version >= "3.9.0" and python_version < "4" | ||
pywin32-ctypes==0.2.3 ; python_full_version >= "3.9.0" and python_version < "4.0" and sys_platform == "win32" | ||
pyyaml-env-tag==0.1 ; python_version >= "3.9" and python_version < "4" | ||
pyyaml==5.3.1 ; python_version >= "3.9" and python_version < "4" | ||
rapidfuzz==3.10.1 ; python_version >= "3.9" and python_version < "4.0" | ||
regex==2024.4.16 ; python_full_version >= "3.9.0" and python_version < "4" | ||
requests-file==2.0.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
requests-toolbelt==1.0.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
requests==2.31.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
ruff==0.7.1 ; python_full_version >= "3.9.0" and python_version < "4" | ||
secretstorage==3.3.3 ; python_full_version >= "3.9.0" and python_version < "4.0" and sys_platform == "linux" | ||
setuptools==69.5.1 ; python_full_version >= "3.9.0" and python_version < "4" | ||
shellingham==1.5.4 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
six==1.16.0 ; python_version >= "3.9" and python_version < "4" | ||
sqlparse==0.5.0 ; python_full_version >= "3.9.0" and python_version < "4" | ||
text-unidecode==1.3 ; python_full_version >= "3.9.0" and python_version < "4" | ||
tldextract==5.1.2 ; python_full_version >= "3.9.0" and python_version < "4" | ||
tomli==2.0.1 ; python_version >= "3.9" and python_full_version <= "3.11.0a6" | ||
tomlkit==0.13.2 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
tox==4.23.2 ; python_full_version >= "3.9.0" and python_version < "4" | ||
trove-classifiers==2024.10.21.16 ; python_full_version >= "3.9.0" and python_version < "4.0" | ||
types-python-dateutil==2.9.0.20240316 ; python_full_version >= "3.9.0" and python_version < "4" | ||
types-pyyaml==6.0.12.20240311 ; python_full_version >= "3.9.0" and python_version < "4" | ||
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4" | ||
tzdata==2024.1 ; python_full_version >= "3.9.0" and python_version < "4" and sys_platform == "win32" | ||
urllib3==2.2.1 ; python_full_version >= "3.9.0" and python_version < "4" | ||
virtualenv==20.27.1 ; python_full_version >= "3.9.0" and python_version < "4" | ||
watchdog==4.0.0 ; python_version >= "3.9" and python_version < "4" | ||
xattr==1.1.0 ; python_full_version >= "3.9.0" and python_version < "4.0" and sys_platform == "darwin" | ||
zipp==3.18.1 ; python_version >= "3.9" and python_version < "3.12" |
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
Oops, something went wrong.