Skip to content

Commit 498285a

Browse files
renovate[bot]eigenein
authored andcommitted
OPT: Update dependency django to v5 ⬆️
1 parent 0815f1a commit 498285a

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
@@ -34,7 +34,7 @@ requires = ["poetry-core", "poetry-dynamic-versioning"]
3434
build-backend = "poetry_dynamic_versioning.backend"
3535

3636
[tool.poetry.dependencies]
37-
django = {version = "^4.0.0", optional = true}
37+
django = {version = "^4.0.0 || ^5.0.0", optional = true}
3838
ormsgpack = {version = "^1.4.0", optional = true, markers = "platform_python_implementation == 'CPython'"}
3939
pydantic = ">2.0.0.0, <3.0.0.0"
4040
python = "^3.8.0"

0 commit comments

Comments
 (0)