Skip to content

Commit f235d20

Browse files
build(deps): update django requirement from <5.2,>=5.1.9 to >=5.1.9,<5.3
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](django/django@5.1.9...5.2.1) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f4481f commit f235d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ urls.Repository = "https://github.com/freelawproject/bigcases2"
2727
urls."Organisation Homepage" = "https://free.law/"
2828

2929
dependencies = [
30-
"Django>=5.1.9,<5.2",
30+
"Django>=5.1.9,<5.3",
3131
"Mastodon.py>=2.0.1",
3232
"ada-url>=1.23.0",
3333
"ansicolors>=1.1.8",

0 commit comments

Comments
 (0)