diff options
Diffstat (limited to '')
| -rw-r--r-- | poetry.lock | 8 | ||||
| -rw-r--r-- | pyproject.toml | 2 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/poetry.lock b/poetry.lock index 21d397b4..4d99ab5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -357,13 +357,13 @@ files = [  [[package]]  name = "django" -version = "4.2.3" +version = "4.2.4"  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.4-py3-none-any.whl", hash = "sha256:860ae6a138a238fc4f22c99b52f3ead982bb4b1aad8c0122bcd8c8a3a02e409d"}, +    {file = "Django-4.2.4.tar.gz", hash = "sha256:7e4225ec065e0f354ccf7349a22d209de09cc1c074832be9eb84c51c1799c432"},  ]  [package.dependencies] @@ -1184,4 +1184,4 @@ brotli = ["Brotli"]  [metadata]  lock-version = "2.0"  python-versions = "3.11.*" -content-hash = "852fa418b3abe8366955f9830bf3ad85ce56ad7cf93458d330b1bf5fe6f02979" +content-hash = "d5a9e7387cfdff2d28bb5a8859cb4be2f7b5dffdea9d021fc188653729f45299" diff --git a/pyproject.toml b/pyproject.toml index 7f343a73..1c00d792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT"  [tool.poetry.dependencies]  python = "3.11.*" -django = "4.2.3" +django = "4.2.4"  django-distill = "3.1.3"  django-environ = "0.10.0"  django-filter = "23.2" | 
