Skip to content

Commit

Permalink
Update django requirement from <5.1,>=5.0 to >=5.0,<5.2
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.
- [Commits](django/django@5.0...5.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 5b82303 commit 5a124d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# NOTE: this needs to change per branch to track the django version.
django>=5.0,<5.1
django>=5.0,<5.2
pymongo>=4.6,<5.0

0 comments on commit 5a124d2

Please sign in to comment.