Skip to content

Commit

Permalink
OPT: Update dependency django to v5 ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and eigenein committed Apr 8, 2024
1 parent 0815f1a commit 498285a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requires = ["poetry-core", "poetry-dynamic-versioning"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry.dependencies]
django = {version = "^4.0.0", optional = true}
django = {version = "^4.0.0 || ^5.0.0", optional = true}
ormsgpack = {version = "^1.4.0", optional = true, markers = "platform_python_implementation == 'CPython'"}
pydantic = ">2.0.0.0, <3.0.0.0"
python = "^3.8.0"
Expand Down

0 comments on commit 498285a

Please sign in to comment.