From a260eaa9d91834218daba9d6460f95b1ff74be2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:32:49 +0000 Subject: [PATCH] Bump django from 4.2.14 to 4.2.15 Bumps [django](https://github.com/django/django) from 4.2.14 to 4.2.15. - [Commits](https://github.com/django/django/compare/4.2.14...4.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9aaba7b..b2055f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -478,13 +478,13 @@ files = [ [[package]] name = "django" -version = "4.2.14" +version = "4.2.15" 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.14-py3-none-any.whl", hash = "sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240"}, - {file = "Django-4.2.14.tar.gz", hash = "sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96"}, + {file = "Django-4.2.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30"}, + {file = "Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a"}, ] [package.dependencies] @@ -1252,4 +1252,4 @@ psycopg2-binary = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "6d9a83239b1deeb67873d29f25507d2c9bd911201e8646e82df4d6cefbae30f3" +content-hash = "e358ed0e63ab876545f98ba083015f034e4a46259d4b1be4aa8aecfc7a89f343" diff --git a/pyproject.toml b/pyproject.toml index f1962c0..ffbef22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Your Name "] [tool.poetry.dependencies] python = ">=3.8.1,<4.0" -Django = "^4.2.14" +Django = "^4.2.15" python-dotenv = "^0.20.0" requests = "^2.31.0" gunicorn = "^20.1.0"