From f8b1fc60117f173e39fb80bed53edd25d7111858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:39:04 +0000 Subject: [PATCH] build(deps): bump django from 5.0.8 to 5.1.1 Bumps [django](https://github.com/django/django) from 5.0.8 to 5.1.1. - [Commits](https://github.com/django/django/compare/5.0.8...5.1.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index cf3b61ad..c0128e7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -542,17 +542,17 @@ files = [ [[package]] name = "django" -version = "5.0.8" +version = "5.1.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.1-py3-none-any.whl", hash = "sha256:71603f27dac22a6533fb38d83072eea9ddb4017fead6f67f2562a40402d61c3f"}, + {file = "Django-5.1.1.tar.gz", hash = "sha256:021ffb7fdab3d2d388bc8c7c2434eb9c1f6f4d09e6119010bbb1694dda286bc2"}, ] [package.dependencies] -asgiref = ">=3.7.0,<4" +asgiref = ">=3.8.1,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -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 = "31a20b01e77466d8e30a004b8aebf62183e7bc7e7e0b9ba0eec764edbcb528af" +content-hash = "5af200c8cf19c91f75dae8cb6b6082f52a583668f5a4140dc58c9e558cc2fdec" diff --git a/pyproject.toml b/pyproject.toml index 79eba7f6..8211f92b 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.8" +Django = "^5.1.1" djangorestframework = "^3.15.2" django-environ = "^0.11.2" sentry-sdk = "^2.12.0"