From 2ee13cde263a56952f43e6a2bd5fce2902a8e022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:20:41 +0000 Subject: [PATCH] Bump authlib from 1.3.2 to 1.4.0 Bumps [authlib](https://github.com/lepture/authlib) from 1.3.2 to 1.4.0. - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](https://github.com/lepture/authlib/compare/v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: authlib 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 9a2ee62..aff3cff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -38,13 +38,13 @@ tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"] [[package]] name = "authlib" -version = "1.3.2" +version = "1.4.0" description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "Authlib-1.3.2-py2.py3-none-any.whl", hash = "sha256:ede026a95e9f5cdc2d4364a52103f5405e75aa156357e831ef2bfd0bc5094dfc"}, - {file = "authlib-1.3.2.tar.gz", hash = "sha256:4b16130117f9eb82aa6eec97f6dd4673c3f960ac0283ccdae2897ee4bc030ba2"}, + {file = "Authlib-1.4.0-py2.py3-none-any.whl", hash = "sha256:4bb20b978c8b636222b549317c1815e1fe62234fc1c5efe8855d84aebf3a74e3"}, + {file = "authlib-1.4.0.tar.gz", hash = "sha256:1c1e6608b5ed3624aeeee136ca7f8c120d6f51f731aa152b153d54741840e1f2"}, ] [package.dependencies] @@ -1330,4 +1330,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a58ef1295f07b7b10724b741e7dc46d37f433be2e7b58c4b2ab43ed2253f0e0d" +content-hash = "9f39fa6a9e6bfae6674141a17c91e5f2e8bab724b7805d082685a5340c32cd1d" diff --git a/pyproject.toml b/pyproject.toml index 9e3f84b..69ee4c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ urllib3 = "^2.2.2" whitenoise = "^6.8.2" Django = "^5.1" mozilla-django-oidc = "^4.0.1" -Authlib = "^1.3.2" +Authlib = "^1.4.0" django-extended-ol = "1.0.0" shapely = "^2.0.6"