Skip to content

Commit 6690046

Browse files
Bump ruff from 0.1.15 to 0.13.3
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.13.3. - [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.13.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f0a31c commit 6690046

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

poetry.lock

Lines changed: 22 additions & 20 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"
2626
pytest-mock = "^3.14.0"
2727
twine = "^6.1.0"
28-
ruff = "^0.1.0"
28+
ruff = ">=0.1,<0.14"
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)