Skip to content

Commit

Permalink
Bump django from 1.11.29 to 3.2.24
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 1.11.29 to 3.2.24.
- [Commits](django/django@1.11.29...3.2.24)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 6, 2024
1 parent 1eb94cb commit ce68bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ m2r
sphinx-notfound-page

# for extracting model docs
django==1.11.29 # pyup: >=1.11,<2
django==3.2.24 # pyup: >=1.11,<2
djangorestframework==3.9.1
django-mptt==0.9.1
rsa==3.4.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'morango'},
include_package_data=True,
install_requires=[
"django>=1.10,<2",
"django>=1.10,<4",
"django-mptt<0.10.0",
"rsa>=3.4.2,<3.5",
"djangorestframework==3.9.1",
Expand Down

0 comments on commit ce68bba

Please sign in to comment.