Skip to content

Commit

Permalink
Update django requirement from >=2.2.9,~=2.2 to >=2.2,<4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [django](https://github.com/django/django) to permit the latest version.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@2.2.9...3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 9, 2020
1 parent fe05bd3 commit 65d9ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Dependencies
mongo_deps = ["pymongo~=3.10", "mongomock~=3.19"]
server_deps = ["uvicorn", "Jinja2~=2.11"] + mongo_deps
django_deps = ["django~=2.2,>=2.2.9"]
django_deps = ["django>=2.2,<4.0"]
elastic_deps = ["elasticsearch-dsl>=6.4,<8.0"]
testing_deps = [
"pytest~=5.3",
Expand Down

0 comments on commit 65d9ea9

Please sign in to comment.