Skip to content

Commit 5a124d2

Browse files
Update django requirement from <5.1,>=5.0 to >=5.0,<5.2
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]>
1 parent 5b82303 commit 5a124d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# NOTE: this needs to change per branch to track the django version.
2-
django>=5.0,<5.1
2+
django>=5.0,<5.2
33
pymongo>=4.6,<5.0

0 commit comments

Comments
 (0)