From 69482776f10a35affad293f22524271b94a92e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:31:12 +0000 Subject: [PATCH] build(deps): bump django from 5.1.1 to 5.1.4 Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.4. - [Commits](https://github.com/django/django/compare/5.1.1...5.1.4) --- 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 50922854..807eec01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -610,13 +610,13 @@ files = [ [[package]] name = "django" -version = "5.1.1" +version = "5.1.4" 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.1.1-py3-none-any.whl", hash = "sha256:71603f27dac22a6533fb38d83072eea9ddb4017fead6f67f2562a40402d61c3f"}, - {file = "Django-5.1.1.tar.gz", hash = "sha256:021ffb7fdab3d2d388bc8c7c2434eb9c1f6f4d09e6119010bbb1694dda286bc2"}, + {file = "Django-5.1.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, + {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, ] [package.dependencies] @@ -2035,7 +2035,7 @@ files = [ [package.dependencies] requests = "*" -requests-oauthlib = "*" +requests_oauthlib = "*" [[package]] name = "types-pyopenssl" @@ -2261,4 +2261,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "de38f628b4bcf6a5e914f4828aaf450928842fb69caf0c974aa53c16156b67a7" +content-hash = "964183e88c351f08c1698163cc432880eda84d8bcc09d7b236583eb19b4ef7d7" diff --git a/pyproject.toml b/pyproject.toml index 52d0394b..4af28074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ psycopg2-binary = "^2.9.6" ansicolors = "^1.1.8" prettytable = "^3.11.0" courts-db = "^0.10.17" -Django = "^5.1.1" +Django = "^5.1.4" djangorestframework = "^3.15.2" django-environ = "^0.11.2" sentry-sdk = "^2.14.0"