From 302998e798a2b618fb45eed0613151d9cde3b177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 03:41:34 +0000 Subject: [PATCH] build(deps): bump authlib from 1.3.2 to 1.4.0 in /api 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] --- api/poetry.lock | 11 ++++++----- api/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 54b47b3ff86..44ed83c886d 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -172,13 +172,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] @@ -1117,6 +1117,7 @@ description = "Config file reading, writing and validation." optional = false python-versions = ">=3.7" files = [ + {file = "configobj-5.0.9-py2.py3-none-any.whl", hash = "sha256:1ba10c5b6ee16229c79a05047aeda2b55eb4e80d7c7d8ecf17ec1ca600c79882"}, {file = "configobj-5.0.9.tar.gz", hash = "sha256:03c881bbf23aa07bccf1b837005975993c4ab4427ba57f959afdd9d1a2386848"}, ] @@ -6182,4 +6183,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "46679dedbe344e30a3000f186f3b2ee77e74ff7ca658fb84c6834bfae1e751ed" +content-hash = "29b9327edecfb238932b1efef00bbed8ba1147af672da17f72b43f41c1c1e82c" diff --git a/api/pyproject.toml b/api/pyproject.toml index 8f9335d947b..737203a2090 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -9,7 +9,7 @@ authors = ["Equipe pass Culture "] python = "^3.11" alembic = "1.14.0" algoliasearch = "3.0.0" -authlib = "1.3.2" +authlib = "1.4.0" babel = "2.16.0" bcrypt = "4.2.1" beautifulsoup4 = "4.12.3"