Skip to content

Commit a581f57

Browse files
committed
Modify the django and wagtail dependencies to be >=4.2 and >=5.2 respectively
Also update the target version for ruff to py313
1 parent 2a89e72 commit a581f57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Home = "https://github.com/torchbox/django-birdbath"
2929

3030
[project.optional-dependencies]
3131
dev = [
32-
"django~=4.2",
32+
"django>=4.2",
3333
"pre-commit>=3.8.0",
3434
"pytest~=8.3",
3535
"pytest-django~=4.9",
3636
"ruff==0.6.9",
37-
"wagtail~=5.2",
37+
"wagtail>=5.2",
3838
]
3939

4040
[tool.flit.module]
@@ -44,7 +44,7 @@ name = "birdbath"
4444
include = ["LICENSE", "CHANGELOG.md", "README.md"]
4545

4646
[tool.ruff]
47-
target-version = "py39"
47+
target-version = "py313"
4848

4949
exclude = [
5050
".github",

0 commit comments

Comments
 (0)