1 Commits

Author SHA1 Message Date
dependabot[bot]
fcc18e619e Bump ruff from 0.1.1 to 0.11.6
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.1 to 0.11.6.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.1...0.11.6)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.11.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-18 08:47:31 +00:00
3 changed files with 222 additions and 60 deletions

View File

@@ -232,7 +232,3 @@ xdg-open htmlcov/index.html
## License
This project is licensed under the [Apache-2.0](https://github.com/long2ice/fastapi-cache/blob/master/LICENSE) License.
## Sponsor
[![Powered by DartNode](https://dartnode.com/branding/DN-Open-Source-sm.png)](https://dartnode.com "Powered by DartNode - Free VPS for Open Source")

276
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,7 +33,7 @@ mypy = { version = "^1.2.0", python = "^3.10" }
pyright = { version = "^1.1.373", 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.1.2", python = "^3.10" }
ruff = { version = ">=0.0.267,<0.11.7", python = "^3.10" }
[tool.poetry.group.dev.dependencies]
pytest = "*"