mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-24 20:47:54 +00:00
Bump ruff from 0.0.270 to 0.0.271 (#199)
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.270 to 0.0.271. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.270...v0.0.271) --- 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>
This commit is contained in:
@@ -33,7 +33,7 @@ mypy = { version = "^1.2.0", python = "^3.10" }
|
||||
pyright = { version = "^1.1.306", python = "^3.10" }
|
||||
types-aiobotocore = { extras = ["dynamodb"], version = "^2.5.0.post2", python = "^3.10" }
|
||||
types-redis = { version = "^4.5.4.2", python = "^3.10" }
|
||||
ruff = { version = ">=0.0.267,<0.0.271", python = "^3.10" }
|
||||
ruff = { version = ">=0.0.267,<0.0.272", python = "^3.10" }
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "*"
|
||||
|
||||
Reference in New Issue
Block a user