Skip to content

Commit 51c52d6

Browse files
Bump django from 4.2.16 to 5.1.4
Bumps [django](https://github.com/django/django) from 4.2.16 to 5.1.4. - [Commits](django/django@4.2.16...5.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48b1757 commit 51c52d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"django-storages",
3737
"django-taggit>=2",
3838
"django-treebeard",
39-
"django>=4.2,<5",
39+
"django>=4.2,<6",
4040
"djangorestframework",
4141
"djangorestframework-csv",
4242
"djangorestframework-jsonp",

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ distlib==0.3.8
9292
# via virtualenv
9393
dj-database-url==2.2.0
9494
# via froide (pyproject.toml)
95-
django==4.2.16
95+
django==5.1.4
9696
# via
9797
# froide (pyproject.toml)
9898
# channels

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ deprecated==1.2.14
8080
# via pikepdf
8181
dj-database-url==2.2.0
8282
# via froide (pyproject.toml)
83-
django==4.2.16
83+
django==5.1.4
8484
# via
8585
# froide (pyproject.toml)
8686
# channels

0 commit comments

Comments
 (0)