Skip to content

Commit 0d85934

Browse files
Bump ruff from 0.0.272 to 0.0.275 (#4)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.272 to 0.0.275. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](astral-sh/ruff@v0.0.272...v0.0.275) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CircuitSacul <circuitsacul@icloud.com>
1 parent 8dbdf37 commit 0d85934

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

poetry.lock

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ websockets = "^11.0"
1212
pydantic = "^1.10.9"
1313

1414
[tool.poetry.group.dev.dependencies]
15-
ruff = "^0.0.272"
15+
ruff = ">=0.0.272,<0.0.276"
1616
nox = "^2023.4.22"
1717
black = "^23.3.0"
1818
mypy = "^1.3.0"

0 commit comments

Comments
 (0)