Skip to content

Commit b4e3633

Browse files
committed
Requires Django 5.0 and updates dev deps
1 parent 46a512b commit b4e3633

File tree

2 files changed

+111
-102
lines changed

2 files changed

+111
-102
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
maintainers = [
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"]
1616
readme = "README.md"
1717
requires-python = ">=3.12"
1818
license = "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]
3535
repository = "https://github.com/webstack/webstack-django-sorting.git"
@@ -42,11 +42,11 @@ build-backend = "hatchling.build"
4242

4343
[dependency-groups]
4444
dev = [
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

0 commit comments

Comments
 (0)