From d6d6a0b4d250888ce8bb91fb2d39081c2c0a846d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:48:17 +0000 Subject: [PATCH] chore(deps): Bump django from 4.2.17 to 4.2.18 (#133) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7bdb8a9..bde3652 100644 --- a/poetry.lock +++ b/poetry.lock @@ -587,13 +587,13 @@ typing_extensions = ">=3.10.0.0" [[package]] name = "django" -version = "4.2.17" +version = "4.2.18" 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.17-py3-none-any.whl", hash = "sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0"}, - {file = "Django-4.2.17.tar.gz", hash = "sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc"}, + {file = "Django-4.2.18-py3-none-any.whl", hash = "sha256:ba52eff7e228f1c775d5b0db2ba53d8c49d2f8bfe6ca0234df6b7dd12fb25b19"}, + {file = "Django-4.2.18.tar.gz", hash = "sha256:52ae8eacf635617c0f13b44f749e5ea13dc34262819b2cc8c8636abb08d82c4b"}, ] [package.dependencies] @@ -2436,4 +2436,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9b8745269c762a81c3c174236ee74499a3f71dcce5ac7c10169da80e9fb2b6b1" +content-hash = "7713bf06f63bf019b514df6f82b60b0cd09778356237b31e9af69203e3628dff" diff --git a/pyproject.toml b/pyproject.toml index 692795e..4219bb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ boto3 = "^1.34.33" celery = "^5.3.6" dbt-copilot-python = "^0.2.0" dj-database-url = "^2.1.0" -django = "^4.2.17" +django = "^4.2.18" django-environ = "^0.11.2" django-ipware = "^3.0.7" django-log-formatter-asim = "^0.0.4"