From 1f7c53ecf81302dabf28cee825ce4fbb704b82a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:27:28 +0000 Subject: [PATCH] build(deps): bump django from 5.0.7 to 5.0.8 Bumps [django](https://github.com/django/django) from 5.0.7 to 5.0.8. - [Commits](https://github.com/django/django/compare/5.0.7...5.0.8) --- 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 a3f85cbf..cf3b61ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -542,13 +542,13 @@ files = [ [[package]] name = "django" -version = "5.0.7" +version = "5.0.8" 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.7-py3-none-any.whl", hash = "sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da"}, - {file = "Django-5.0.7.tar.gz", hash = "sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2"}, + {file = "Django-5.0.8-py3-none-any.whl", hash = "sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45"}, + {file = "Django-5.0.8.tar.gz", hash = "sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b"}, ] [package.dependencies] @@ -1964,7 +1964,7 @@ files = [ [package.dependencies] requests = "*" -requests_oauthlib = "*" +requests-oauthlib = "*" [[package]] name = "types-pyopenssl" @@ -2190,4 +2190,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9a69cd5b22bc7246d6e04e32c07c793a4523f243a031f1bd27018c1bbbf9032f" +content-hash = "31a20b01e77466d8e30a004b8aebf62183e7bc7e7e0b9ba0eec764edbcb528af" diff --git a/pyproject.toml b/pyproject.toml index bd3d6002..79eba7f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ psycopg2-binary = "^2.9.6" ansicolors = "^1.1.8" prettytable = "^3.10.0" courts-db = "^0.10.17" -Django = "^5.0.7" +Django = "^5.0.8" djangorestframework = "^3.15.2" django-environ = "^0.11.2" sentry-sdk = "^2.12.0"