Skip to content

Commit

Permalink
fix(deps): update dependency django to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent a48c687 commit e789d8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions frontend/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 frontend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
django = "^4.2.8"
django = "^5.0.0"
scikit-learn = "^1.2.2"
scipy = "^1.10.1"
pandas = "^2.2"
Expand Down
2 changes: 1 addition & 1 deletion frontend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contourpy==1.2.0 ; python_version >= "3.12" and python_version < "3.13"
cryptography==42.0.5 ; python_version >= "3.12" and python_version < "3.13"
cssselect2==0.7.0 ; python_version >= "3.12" and python_version < "3.13"
cycler==0.12.1 ; python_version >= "3.12" and python_version < "3.13"
django==4.2.11 ; python_version >= "3.12" and python_version < "3.13"
django==5.0.3 ; python_version >= "3.12" and python_version < "3.13"
fonttools==4.49.0 ; python_version >= "3.12" and python_version < "3.13"
future==1.0.0 ; python_version >= "3.12" and python_version < "3.13"
gunicorn==20.1.0 ; python_version >= "3.12" and python_version < "3.13"
Expand Down

0 comments on commit e789d8d

Please sign in to comment.