From ebf2c0ccd77cda15916858c7edf6ddbe994f1c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 18:54:47 +0000 Subject: [PATCH] Bump django from 5.1.8 to 5.2.3 Bumps [django](https://github.com/django/django) from 5.1.8 to 5.2.3. - [Commits](https://github.com/django/django/compare/5.1.8...5.2.3) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a6d0f0a70..e0e6533ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -400,18 +400,18 @@ files = [ [[package]] name = "django" -version = "5.1.8" +version = "5.2.3" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "Django-5.1.8-py3-none-any.whl", hash = "sha256:11b28fa4b00e59d0def004e9ee012fefbb1065a5beb39ee838983fd24493ad4f"}, - {file = "Django-5.1.8.tar.gz", hash = "sha256:42e92a1dd2810072bcc40a39a212b693f94406d0ba0749e68eb642f31dc770b4"}, + {file = "django-5.2.3-py3-none-any.whl", hash = "sha256:c517a6334e0fd940066aa9467b29401b93c37cec2e61365d663b80922542069d"}, + {file = "django-5.2.3.tar.gz", hash = "sha256:335213277666ab2c5cac44a792a6d2f3d58eb79a80c14b6b160cd4afc3b75684"}, ] [package.dependencies] -asgiref = ">=3.8.1,<4" +asgiref = ">=3.8.1" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -1325,4 +1325,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.*" -content-hash = "56a98384ebe7576c4c0afabb800a758bbef4a36040a259b476f89055a4d058c9" +content-hash = "2a5dbf5db1f17a78a47e2b0670d79142664a909b8dd35708cb0fcd8cf0a8d02a" diff --git a/pyproject.toml b/pyproject.toml index f8ba4e286..d38bd6a10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.11.*" -django = "5.1.8" +django = "5.2.3" django-distill = "3.2.7" django-environ = "0.11.2" django-filter = "25.1"