Skip to content

Commit e0139cb

Browse files
chore(deps-dev): bump ruff from 0.0.254 to 0.0.257 (#164)
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.254 to 0.0.257. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](astral-sh/ruff@v0.0.254...v0.0.257) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbfd4c7 commit e0139cb

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

poetry.lock

Lines changed: 19 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
@@ -36,7 +36,7 @@ pytest = "^7.0.1"
3636
pytest-asyncio = "^0.20.3"
3737
pytest-mypy-plugins = "^1.10.1"
3838
pytest-xdist = "^3.0.2"
39-
ruff = ">=0.0.247,<0.0.255"
39+
ruff = ">=0.0.247,<0.0.258"
4040

4141
[tool.poe.tasks]
4242
all = [ "check", "lint", "format-check", "test-once", "coverage", "docs-build", "build" ]

0 commit comments

Comments
 (0)