diff --git a/poetry.lock b/poetry.lock index 7ad4609..069f0d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -108,13 +108,13 @@ files = [ [[package]] name = "django" -version = "4.2.3" +version = "4.2.7" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.3-py3-none-any.whl", hash = "sha256:f7c7852a5ac5a3da5a8d5b35cc6168f31b605971441798dac845f17ca8028039"}, - {file = "Django-4.2.3.tar.gz", hash = "sha256:45a747e1c5b3d6df1b141b1481e193b033fd1fdbda3ff52677dc81afdaacbaed"}, + {file = "Django-4.2.7-py3-none-any.whl", hash = "sha256:e1d37c51ad26186de355cbcec16613ebdabfa9689bbade9c538835205a8abbe9"}, + {file = "Django-4.2.7.tar.gz", hash = "sha256:8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41"}, ] [package.dependencies] @@ -536,4 +536,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dcbb9a4a5356fec4cb11e8dbcc40caba6feaca850e3f03ca1db38742a2177a42" +content-hash = "d024432a07d9f2f6294d96e9a1f8d959874b61b016e44955a5d9729b71df1177" diff --git a/pyproject.toml b/pyproject.toml index b216300..b517a71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -django = "^4.2.2" +django = "^4.2.7" pillow = "^10.0.1" django-libsass = "^0.9" django-compressor = "^4.3.1"