Skip to content

Commit 2f5db65

Browse files
chore(deps-dev): bump the all group across 1 directory with 2 updates (#228)
* chore(deps-dev): bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: [poethepoet](https://github.com/nat-n/poethepoet) and [ruff](https://github.com/astral-sh/ruff). Updates `poethepoet` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](nat-n/poethepoet@v0.29.0...v0.30.0) Updates `ruff` from 0.7.4 to 0.11.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.4...0.11.1) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> * chore: apply isort on __all__ --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomas Votava <info@tomasvotava.eu>
1 parent 262ee2c commit 2f5db65

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

fastapi_sso/__init__.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
from .sso.twitter import TwitterSSO
2323

2424
__all__ = [
25-
"OpenID",
26-
"SSOBase",
27-
"SSOLoginError",
25+
"BitbucketSSO",
26+
"DiscordSSO",
2827
"FacebookSSO",
2928
"FitbitSSO",
30-
"create_provider",
3129
"GithubSSO",
3230
"GitlabSSO",
3331
"GoogleSSO",
@@ -37,8 +35,10 @@
3735
"MicrosoftSSO",
3836
"NaverSSO",
3937
"NotionSSO",
38+
"OpenID",
39+
"SSOBase",
40+
"SSOLoginError",
4041
"SpotifySSO",
4142
"TwitterSSO",
42-
"BitbucketSSO",
43-
"DiscordSSO",
43+
"create_provider",
4444
]

poetry.lock

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ markdown-include = "^0.8.1"
9797
mkdocs-material = { extras = ["imaging"], version = "^9.3.2" }
9898
mkdocstrings = { extras = ["python"], version = ">=0.23,<0.27" }
9999
mypy = "^1"
100-
poethepoet = ">=0.21.1,<0.30.0"
100+
poethepoet = ">=0.21.1,<0.31.0"
101101
pre-commit = "^3"
102102
pytest = ">=7,<9"
103103
pytest-asyncio = "^0.24"
104104
pytest-cov = ">=4,<6"
105105
uvicorn = ">=0.23.1"
106-
ruff = ">=0.4.2,<0.8.0"
106+
ruff = ">=0.4.2,<0.12.0"
107107

108108
[tool.poetry.dependencies]
109109
fastapi = ">=0.80"

0 commit comments

Comments
 (0)