From 340a3e7a078bc8e9975e9a8ea0b42b368485b871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:28:33 +0000 Subject: [PATCH] Bump django from 3.2.20 to 3.2.25 Bumps [django](https://github.com/django/django) from 3.2.20 to 3.2.25. - [Commits](https://github.com/django/django/compare/3.2.20...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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 5bd0e4ae..0a64ee0c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "asgiref" @@ -52,13 +52,13 @@ files = [ [[package]] name = "django" -version = "3.2.23" +version = "3.2.25" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.6" files = [ - {file = "Django-3.2.23-py3-none-any.whl", hash = "sha256:d48608d5f62f2c1e260986835db089fa3b79d6f58510881d316b8d88345ae6e1"}, - {file = "Django-3.2.23.tar.gz", hash = "sha256:82968f3640e29ef4a773af2c28448f5f7a08d001c6ac05b32d02aeee6509508b"}, + {file = "Django-3.2.25-py3-none-any.whl", hash = "sha256:a52ea7fcf280b16f7b739cec38fa6d3f8953a5456986944c3ca97e79882b4e38"}, + {file = "Django-3.2.25.tar.gz", hash = "sha256:7ca38a78654aee72378594d63e51636c04b8e28574f5505dff630895b5472777"}, ] [package.dependencies] @@ -509,4 +509,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "69dfa2801b9dd103a94eeb2a15c8d8c02afef513c4f04d016c405c67714158e0" +content-hash = "61891a13fda04215a52b6870fb70c7885f26361be7626795190aa749db9204ed" diff --git a/pyproject.toml b/pyproject.toml index 945d2cef..cde1c4f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Jonathan Bayless "] python = "^3.8" django-heroku = "^0.3.1" gunicorn = "^20.0.4" -Django = "^3.2.23" +Django = "^3.2.25" requests = "^2.31.0" Pillow = "^10.0.1" django-extra-views = "^0.13.0"