Skip to content

Commit aee2722

Browse files
chore(deps-dev): 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 f906607 commit aee2722

2 files changed

Lines changed: 23 additions & 21 deletions

File tree

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
@@ -23,7 +23,7 @@ pytest-cov = "^4.0"
2323
pytest-asyncio = "^0.20.3"
2424
pytest-mock = "^3.14.0"
2525
pytest-httpx = "^0.35.0"
26-
ruff = "^0.1.0"
26+
ruff = ">=0.1,<0.14"
2727

2828
[tool.pytest.ini_options]
2929
addopts = "--cov=src --cov-report=term-missing:skip-covered --cov-report=xml"

0 commit comments

Comments
 (0)