From 28d2adfdacdda56a791f65603e557b3a9c54e4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:53:12 +0000 Subject: [PATCH] Bump django from 5.0.6 to 5.1 Bumps [django](https://github.com/django/django) from 5.0.6 to 5.1. - [Commits](https://github.com/django/django/compare/5.0.6...5.1) --- updated-dependencies: - dependency-name: django 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 bad38ff..e266249 100644 --- a/poetry.lock +++ b/poetry.lock @@ -230,17 +230,17 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "django" -version = "5.0.8" +version = "5.1" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.0.8-py3-none-any.whl", hash = "sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45"}, - {file = "Django-5.0.8.tar.gz", hash = "sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b"}, + {file = "Django-5.1-py3-none-any.whl", hash = "sha256:d3b811bf5371a26def053d7ee42a9df1267ef7622323fe70a601936725aa4557"}, + {file = "Django-5.1.tar.gz", hash = "sha256:848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d"}, ] [package.dependencies] -asgiref = ">=3.7.0,<4" +asgiref = ">=3.8.1,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -741,4 +741,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f603dfcb75b18b278ebfa13bb1a82407fbfe54133333b5216854924333c40410" +content-hash = "bf195d5d2397a20272491253f3dea16b18e252da9c6bd5d0560a8e9241e4c05a" diff --git a/pyproject.toml b/pyproject.toml index 21d91d4..b913cc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "django_dx"}] [tool.poetry.dependencies] python = "^3.10" -Django = "^5.0.8" +Django = "^5.1" python-dotenv = "^1.0.1" psycopg2-binary = "^2.9.9" gunicorn = "^22.0.0"