mirror of
https://github.com/evroon/bracket.git
synced 2026-04-19 23:07:01 -04:00
Bump fastapi-sso from 0.20.0 to 0.21.0 in /backend (#1591)
Bumps [fastapi-sso](https://github.com/tomasvotava/fastapi-sso) from 0.20.0 to 0.21.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tomasvotava/fastapi-sso/releases">fastapi-sso's releases</a>.</em></p> <blockquote> <h2>0.21.0</h2> <h2>What's Changed</h2> <ul> <li>feat: remove python 3.9 support, add python 3.14 support by <a href="https://github.com/tomasvotava"><code>@tomasvotava</code></a> in <a href="https://redirect.github.com/tomasvotava/fastapi-sso/pull/274">tomasvotava/fastapi-sso#274</a></li> <li>chore(deps): bump the all group with 6 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/tomasvotava/fastapi-sso/pull/275">tomasvotava/fastapi-sso#275</a></li> <li>chore(deps): bump the all group across 1 directory with 7 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/tomasvotava/fastapi-sso/pull/277">tomasvotava/fastapi-sso#277</a></li> <li>Added tidal and apple providers by <a href="https://github.com/john-9474"><code>@john-9474</code></a> in <a href="https://redirect.github.com/tomasvotava/fastapi-sso/pull/278">tomasvotava/fastapi-sso#278</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tomasvotava/fastapi-sso/compare/0.20.0...0.21.0">https://github.com/tomasvotava/fastapi-sso/compare/0.20.0...0.21.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="3029f9c086"><code>3029f9c</code></a> docs: update docs, increment version</li> <li><a href="92ac28b07b"><code>92ac28b</code></a> Added tidal and apple providers (<a href="https://redirect.github.com/tomasvotava/fastapi-sso/issues/278">#278</a>)</li> <li><a href="82b3aeb466"><code>82b3aeb</code></a> chore(deps): bump the all group across 1 directory with 7 updates (<a href="https://redirect.github.com/tomasvotava/fastapi-sso/issues/277">#277</a>)</li> <li><a href="a03604f139"><code>a03604f</code></a> chore(deps): bump the all group with 6 updates (<a href="https://redirect.github.com/tomasvotava/fastapi-sso/issues/275">#275</a>)</li> <li><a href="bb50d314fc"><code>bb50d31</code></a> feat: remove python 3.9 support, add python 3.14 support (<a href="https://redirect.github.com/tomasvotava/fastapi-sso/issues/274">#274</a>)</li> <li>See full diff in <a href="https://github.com/tomasvotava/fastapi-sso/compare/0.20.0...0.21.0">compare view</a></li> </ul> </details> <br /> [](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,7 @@ dependencies = [
|
||||
"click==8.3.0",
|
||||
"databases[asyncpg]==0.9.0",
|
||||
"fastapi==0.128.0",
|
||||
"fastapi-sso==0.20.0",
|
||||
"fastapi-sso==0.21.0",
|
||||
"gunicorn==25.1.0",
|
||||
"heliclockter==3.0.1",
|
||||
"parameterized==0.9.0",
|
||||
|
||||
8
backend/uv.lock
generated
8
backend/uv.lock
generated
@@ -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.20.0" },
|
||||
{ name = "fastapi-sso", specifier = "==0.21.0" },
|
||||
{ name = "gunicorn", specifier = "==25.1.0" },
|
||||
{ name = "heliclockter", specifier = "==3.0.1" },
|
||||
{ name = "parameterized", specifier = "==0.9.0" },
|
||||
@@ -595,7 +595,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "fastapi-sso"
|
||||
version = "0.20.0"
|
||||
version = "0.21.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/f1/c0/40834e82a788b514175d72b8c3177f5cb745b2a005abdb48f6d9fc18fbe9/fastapi_sso-0.20.0.tar.gz", hash = "sha256:dc8f7be66caf85753133caa4dd13f961c86199f7f0d3ec1718b13a8435b60704", size = 17445, upload-time = "2026-02-04T08:26:44.009Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/96/0a/81e67a78dd6562732cde9e68c9a483516d9de5bd2d5454ac465b66b4e97c/fastapi_sso-0.21.0.tar.gz", hash = "sha256:5fa596e28abb3c9d14567df8a2757f13a0fe4be8a2701fbf6853cf0cd297470b", size = 18029, upload-time = "2026-02-24T18:46:47.041Z" }
|
||||
wheels = [
|
||||
{ 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" },
|
||||
{ url = "https://files.pythonhosted.org/packages/56/4f/22d8cfe4ac207b4718dfdd7a1fea0acdcdb61be2d546bde905ca6ce065a4/fastapi_sso-0.21.0-py3-none-any.whl", hash = "sha256:30e631277050c16e0eb03eb228867b586631e2f5155cc5574e27e28df73356ff", size = 29219, upload-time = "2026-02-24T18:46:47.821Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user