From 77457ba445223e39cf481d64f7021ecba4fda8b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:37:10 +0000 Subject: [PATCH] Bump django from 4.2.24 to 4.2.25 in /docker-images/app Bumps [django](https://github.com/django/django) from 4.2.24 to 4.2.25. - [Commits](https://github.com/django/django/compare/4.2.24...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker-images/app/poetry.lock | 12 ++++++------ docker-images/app/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-images/app/poetry.lock b/docker-images/app/poetry.lock index eecd6b8..2ded407 100644 --- a/docker-images/app/poetry.lock +++ b/docker-images/app/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "asgiref" @@ -95,14 +95,14 @@ files = [ [[package]] name = "django" -version = "4.2.24" +version = "4.2.25" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "django-4.2.24-py3-none-any.whl", hash = "sha256:a6527112c58821a0dfc5ab73013f0bdd906539790a17196658e36e66af43c350"}, - {file = "django-4.2.24.tar.gz", hash = "sha256:40cd7d3f53bc6cd1902eadce23c337e97200888df41e4a73b42d682f23e71d80"}, + {file = "django-4.2.25-py3-none-any.whl", hash = "sha256:9584cf26b174b35620e53c2558b09d7eb180a655a3470474f513ff9acb494f8c"}, + {file = "django-4.2.25.tar.gz", hash = "sha256:2391ab3d78191caaae2c963c19fd70b99e9751008da22a0adcc667c5a4f8d311"}, ] [package.dependencies] @@ -663,7 +663,7 @@ files = [ {file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"}, {file = "typing_extensions-4.4.0.tar.gz", hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa"}, ] -markers = {main = "python_version < \"3.11\""} +markers = {main = "python_version == \"3.10\""} [[package]] name = "tzdata" @@ -684,4 +684,4 @@ talib = ["TA-Lib"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "ead92205cb737c614ddf588827e3d58d886f42c163ec79e3c6383fcc88462cd4" +content-hash = "30a00981f2012a03ad6f0372e677ec60805a1e6592491e590fe23e68da3835eb" diff --git a/docker-images/app/pyproject.toml b/docker-images/app/pyproject.toml index acf7e27..0d95222 100644 --- a/docker-images/app/pyproject.toml +++ b/docker-images/app/pyproject.toml @@ -12,7 +12,7 @@ gunicorn = "^22.0.0" Pillow = "^10.3.0" dumb-init = "^1.2.5" TA-Lib = { version = "^0.4.21", optional = true } -django = "^4.2.24" +django = "^4.2.25" [tool.poetry.extras] talib = ["TA-Lib"]