Skip to content

Commit 9da7a80

Browse files
Bump django from 3.2.25 to 4.2.26
Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.26. - [Commits](django/django@3.2.25...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 965329e commit 9da7a80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ m2r
77
sphinx-notfound-page
88

99
# for extracting model docs
10-
django==3.2.25
10+
django==4.2.26
1111
djangorestframework==3.14.0
1212
django-mptt==0.16.0
1313
rsa==3.4.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'morango'},
2424
include_package_data=True,
2525
install_requires=[
26-
"django>=3,<4",
26+
"django>=3,<5",
2727
"django-mptt>0.10.0",
2828
"rsa<4.10",
2929
"djangorestframework>3.10",

0 commit comments

Comments
 (0)