Skip to content

Commit 0351ae5

Browse files
chore(deps): bump ruff from 0.12.7 to 0.13.2
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.12.7 to 0.13.2. - [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.12.7...0.13.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 265f913 commit 0351ae5

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

poetry.lock

Lines changed: 22 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pytest-asyncio = "^0.20.3"
2424
pytest-mock = "^3.14.0"
2525
uvicorn = "^0.34.0"
2626
twine = "^6.1.0"
27-
ruff = "^0.12.7"
27+
ruff = ">=0.12.7,<0.14.0"
2828

2929
[tool.pytest.ini_options]
3030
addopts = "--cov=auth0_fastapi --cov-report=term-missing --cov-report=html"

0 commit comments

Comments
 (0)