From 47089d7ffa5dafdad3fccbcaf80928e211077b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 04:12:32 +0000 Subject: [PATCH] Bump fastapi-sso from 0.19.0 to 0.20.0 in /backend (#1558) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [fastapi-sso](https://github.com/tomasvotava/fastapi-sso) from 0.19.0 to 0.20.0.
Release notes

Sourced from fastapi-sso's releases.

0.20.0

What's Changed

New Contributors

Full Changelog: https://github.com/tomasvotava/fastapi-sso/compare/0.19.0...0.20.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastapi-sso&package-manager=uv&previous-version=0.19.0&new-version=0.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/pyproject.toml | 2 +- backend/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index f5ca49da..b76d9bd1 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "click==8.3.0", "databases[asyncpg]==0.9.0", "fastapi==0.128.0", - "fastapi-sso==0.19.0", + "fastapi-sso==0.20.0", "gunicorn==25.0.1", "heliclockter==3.0.1", "parameterized==0.9.0", diff --git a/backend/uv.lock b/backend/uv.lock index 0050d7ac..1f22926e 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -382,7 +382,7 @@ requires-dist = [ { name = "click", specifier = "==8.3.0" }, { name = "databases", extras = ["asyncpg"], specifier = "==0.9.0" }, { name = "fastapi", specifier = "==0.128.0" }, - { name = "fastapi-sso", specifier = "==0.19.0" }, + { name = "fastapi-sso", specifier = "==0.20.0" }, { name = "gunicorn", specifier = "==25.0.1" }, { name = "heliclockter", specifier = "==3.0.1" }, { name = "parameterized", specifier = "==0.9.0" }, @@ -595,7 +595,7 @@ wheels = [ [[package]] name = "fastapi-sso" -version = "0.19.0" +version = "0.20.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "fastapi" }, @@ -604,9 +604,9 @@ dependencies = [ { name = "pydantic", extra = ["email"] }, { name = "pyjwt" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/74/fc/644bc8f82fc887fffcf9a3eab8eb3dea06ee9ea160ef20441455ed7a0001/fastapi_sso-0.19.0.tar.gz", hash = "sha256:629f00581f72ea7e57f7b8775f8d2c425629c428c194359a2b4ebaa6bcb8e12b", size = 17278, upload-time = "2025-12-17T15:18:06.721Z" } +sdist = { url = "https://files.pythonhosted.org/packages/f1/c0/40834e82a788b514175d72b8c3177f5cb745b2a005abdb48f6d9fc18fbe9/fastapi_sso-0.20.0.tar.gz", hash = "sha256:dc8f7be66caf85753133caa4dd13f961c86199f7f0d3ec1718b13a8435b60704", size = 17445, upload-time = "2026-02-04T08:26:44.009Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d7/61/d2ac0800cb1f390ec2aad464ea4cc5944de285fabc8f987327da4633f17d/fastapi_sso-0.19.0-py3-none-any.whl", hash = "sha256:d958c46cd9996234c7b162e192168b4c0807a248224a55b0f877d3a82a16a930", size = 26419, upload-time = "2025-12-17T15:18:05.439Z" }, + { url = "https://files.pythonhosted.org/packages/78/4f/a6441e290b5f0c2404c0b826fa1c6bbd948120e624b781b1ef5c381d26c2/fastapi_sso-0.20.0-py3-none-any.whl", hash = "sha256:efa0cb40f4b90945b6f14888853469738a312cb0ccf9d268ade8e2cd70fd58be", size = 27351, upload-time = "2026-02-04T08:26:45.069Z" }, ] [[package]]