Skip to content

Commit 0af1638

Browse files
Bump ruff from 0.1.0 to 0.1.1 (#324)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.0 to 0.1.1. - [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.0...v0.1.1) --- 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 8a257f2 commit 0af1638

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
@@ -33,7 +33,7 @@ mypy = { version = "^1.2.0", python = "^3.10" }
3333
pyright = { version = "^1.1.306", python = "^3.10" }
3434
types-aiobotocore = { extras = ["dynamodb"], version = "^2.5.0.post2", python = "^3.10" }
3535
types-redis = { version = "^4.5.4.2", python = "^3.10" }
36-
ruff = { version = ">=0.0.267,<0.1.1", python = "^3.10" }
36+
ruff = { version = ">=0.0.267,<0.1.2", python = "^3.10" }
3737

3838
[tool.poetry.group.dev.dependencies]
3939
pytest = "*"

0 commit comments

Comments
 (0)