Skip to content

Commit

Permalink
fix(deps): update dependency django to <5.2,>=5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 47c9f92 commit 435ae8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions 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 @@ -8,7 +8,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
django = "<5.1,>=4.2"
django = "<5.2,>=5.1"
wagtail = "<6.3,>=6.0"
psycopg2-binary = "^2.9.9"
django-compressor = "<5,>=4.5"
Expand Down

0 comments on commit 435ae8e

Please sign in to comment.