File tree Expand file tree Collapse file tree 2 files changed +111
-102
lines changed
Expand file tree Collapse file tree 2 files changed +111
-102
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors = [
1212maintainers = [
1313 { name = " Stéphane Raimbault" , email = " stephane.raimbault@webstack.fr" },
1414]
15- dependencies = [" Django>=3 .0, <7.0" ]
15+ dependencies = [" Django>=5 .0, <7.0" ]
1616readme = " README.md"
1717requires-python = " >=3.12"
1818license = " BSD-3-Clause"
@@ -29,7 +29,7 @@ classifiers = [
2929]
3030
3131[project .optional-dependencies ]
32- jinja2 = [" jinja2>=3.0 " ]
32+ jinja2 = [" jinja2>=3.1.6 " ]
3333
3434[project .urls ]
3535repository = " https://github.com/webstack/webstack-django-sorting.git"
@@ -42,11 +42,11 @@ build-backend = "hatchling.build"
4242
4343[dependency-groups ]
4444dev = [
45- " pytest>=8.0 " ,
46- " pytest-django>=4.5 " ,
47- " coverage>=7.0 " ,
48- " ruff>=0.8 " ,
49- " mypy>=1.0 " ,
45+ " pytest>=9.0.2 " ,
46+ " pytest-django>=4.11.1 " ,
47+ " coverage>=7.13.4 " ,
48+ " ruff>=0.15.0 " ,
49+ " mypy>=1.19.1 " ,
5050 " jinja2>=3.1.6" ,
5151]
5252
You can’t perform that action at this time.
0 commit comments