Skip to content

Commit 8ab4f27

Browse files
committed
chore(deps): fix django version range
1 parent 24adfbe commit 8ab4f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ WsgiDAV = "^4.3.0"
3535
pybranca = "^0.5.0"
3636
pybase62 = "^1.0.0"
3737
attrs = ">=23.1,<26.0"
38-
django = "~4.2.0 || ~5.2.0"
38+
django = ">=4.2,<5.3"
3939
psycopg2-binary = "^2.9.3"
4040
u-msgpack-python = "^2.8.0"
4141
boto3 = "^1.34.21"

0 commit comments

Comments
 (0)