Update dependencies

This commit is contained in:
Michał Gdula 2024-04-16 11:10:25 +00:00
parent f2b8bbb001
commit e9a4ec19a0
2 changed files with 178 additions and 157 deletions

View file

@ -7,12 +7,12 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
django = "^4.2.7"
pillow = "^10.0.1"
django = "^4.2.11"
pillow = "^10.3.0"
django-libsass = "^0.9"
django-compressor = "^4.3.1"
django-markdownify = "^0.9.3"
black = "^23.3.0"
black = "^24.3.0"
python-dotenv = "^1.0.0"
tzdata = "^2023.3"
gunicorn = "^20.1.0"