Skip to content

Commit eb1285a

Browse files
Bump ruff from 0.1.15 to 0.14.13
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.14.13. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.1.15...0.14.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.13 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe57431 commit eb1285a

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

poetry.lock

Lines changed: 21 additions & 19 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
@@ -25,7 +25,7 @@ pytest-cov = "^4.0"
2525
pytest-asyncio = ">=0.20.3,<0.24.0"
2626
pytest-mock = "^3.14.0"
2727
twine = "^6.1.0"
28-
ruff = "^0.1.0"
28+
ruff = ">=0.1,<0.15"
2929

3030
[tool.pytest.ini_options]
3131
addopts = "--cov=auth0_server_python --cov-report=term-missing:skip-covered --cov-report=xml"

0 commit comments

Comments
 (0)