mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
update dependencies
This commit is contained in:
@ -19,31 +19,31 @@ authors = [
|
||||
license = {text = "GPL-3.0-only"}
|
||||
requires-python = "<4.0,>=3.12"
|
||||
dependencies = [
|
||||
"Django<5.0.0,>=4.2.17",
|
||||
"django<5.0.0,>=4.2.20",
|
||||
"django-ninja<2.0.0,>=1.3.0",
|
||||
"django-ninja-extra<1.0.0,>=0.21.8",
|
||||
"Pillow<12.0.0,>=11.0.0",
|
||||
"mistune<4.0.0,>=3.0.2",
|
||||
"django-ninja-extra<1.0.0,>=0.22.4",
|
||||
"Pillow<12.0.0,>=11.1.0",
|
||||
"mistune<4.0.0,>=3.1.2",
|
||||
"django-jinja<3.0.0,>=2.11.0",
|
||||
"cryptography<45.0.0,>=44.0.0",
|
||||
"cryptography<45.0.0,>=44.0.2",
|
||||
"django-phonenumber-field<9.0.0,>=8.0.0",
|
||||
"phonenumbers<9.0.0,>=8.13.52",
|
||||
"reportlab<5.0.0,>=4.2.5",
|
||||
"phonenumbers>=9.0.0,<10.0.0",
|
||||
"reportlab<5.0.0,>=4.3.1",
|
||||
"django-haystack<4.0.0,>=3.3.0",
|
||||
"xapian-haystack<4.0.0,>=3.1.0",
|
||||
"libsass<1.0.0,>=0.23.0",
|
||||
"django-ordered-model<4.0.0,>=3.7.4",
|
||||
"django-simple-captcha<1.0.0,>=0.6.0",
|
||||
"django-simple-captcha<1.0.0,>=0.6.2",
|
||||
"python-dateutil<3.0.0.0,>=2.9.0.post0",
|
||||
"sentry-sdk<3.0.0,>=2.19.2",
|
||||
"Jinja2<4.0.0,>=3.1.4",
|
||||
"sentry-sdk<3.0.0,>=2.22.0",
|
||||
"jinja2<4.0.0,>=3.1.6",
|
||||
"django-countries<8.0.0,>=7.6.1",
|
||||
"dict2xml<2.0.0,>=1.7.6",
|
||||
"Sphinx<6,>=5",
|
||||
"tomli<3.0.0,>=2.2.1",
|
||||
"django-honeypot<2.0.0,>=1.2.1",
|
||||
"pydantic-extra-types<3.0.0,>=2.10.1",
|
||||
"ical<9.0.0,>=8.3.0",
|
||||
"pydantic-extra-types<3.0.0,>=2.10.2",
|
||||
"ical<9.0.0,>=8.3.1",
|
||||
"redis[hiredis]<6.0.0,>=5.2.0",
|
||||
"environs[django]<15.0.0,>=14.1.0",
|
||||
"requests>=2.32.3",
|
||||
@ -61,26 +61,26 @@ prod = [
|
||||
]
|
||||
dev = [
|
||||
"django-debug-toolbar<5.0.0,>=4.4.6",
|
||||
"ipython<9.0.0,>=8.30.0",
|
||||
"pre-commit<5.0.0,>=4.0.1",
|
||||
"ruff<1.0.0,>=0.8.3",
|
||||
"ipython<10.0.0,>=9.0.2",
|
||||
"pre-commit<5.0.0,>=4.1.0",
|
||||
"ruff<1.0.0,>=0.9.10",
|
||||
"djhtml<4.0.0,>=3.0.7",
|
||||
"faker<34.0.0,>=33.1.0",
|
||||
"rjsmin<2.0.0,>=1.2.3",
|
||||
"faker<38.0.0,>=37.0.0",
|
||||
"rjsmin<2.0.0,>=1.2.4",
|
||||
]
|
||||
tests = [
|
||||
"freezegun<2.0.0,>=1.5.1",
|
||||
"pytest<9.0.0,>=8.3.4",
|
||||
"pytest<9.0.0,>=8.3.5",
|
||||
"pytest-cov<7.0.0,>=6.0.0",
|
||||
"pytest-django<5.0.0,>=4.9.0",
|
||||
"model-bakery<2.0.0,>=1.20.0",
|
||||
"pytest-django<5.0.0,>=4.10.0",
|
||||
"model-bakery<2.0.0,>=1.20.4",
|
||||
]
|
||||
docs = [
|
||||
"mkdocs<2.0.0,>=1.6.1",
|
||||
"mkdocs-material<10.0.0,>=9.5.47",
|
||||
"mkdocstrings<1.0.0,>=0.27.0",
|
||||
"mkdocstrings-python<2.0.0,>=1.12.2",
|
||||
"mkdocs-include-markdown-plugin<8.0.0,>=7.1.2",
|
||||
"mkdocs-material<10.0.0,>=9.6.7",
|
||||
"mkdocstrings<1.0.0,>=0.28.3",
|
||||
"mkdocstrings-python<2.0.0,>=1.16.3",
|
||||
"mkdocs-include-markdown-plugin<8.0.0,>=7.1.5",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
|
Reference in New Issue
Block a user