Skip to content

Commit

Permalink
update Django to 5.1.5 for security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stuchalk committed Jan 21, 2025
1 parent 847c244 commit 2ac984e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
attrs = ">=24.2.0"
bs4 = ">=0.0.2"
charset-normalizer = ">=3.4.0"
django = ">=5.1.4"
django = ">=5.1.5"
GTC = ">=1.5.1"
gunicorn = ">=23.0.0"
html5 = ">=0.0.9"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ beautifulsoup4==4.12.3
bs4==0.0.2
certifi==2024.12.14
charset-normalizer==3.3.2
Django==5.1.4
Django==5.1.5
GTC==1.5.1
idna==3.7
mypy-extensions==1.0.0
Expand Down

0 comments on commit 2ac984e

Please sign in to comment.