deps: bump ruff from 0.0.275 to 0.4.3 (#655)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.275 to 0.4.3.
- [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.0.275...v0.4.3)

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

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:
dependabot[bot]
2024-05-05 14:18:48 -05:00
committed by GitHub
parent 4e0bf29e8a
commit 6de87bb43d
2 changed files with 21 additions and 21 deletions

View File

@@ -52,7 +52,7 @@ respx = ">=0.20.1,<0.22.0"
pytest-mock = "^3.10.0"
pytest-lazy-fixture = "^0.6.3"
pytest-xdist = "^3.2.0"
ruff = ">=0.0.249,<0.0.276"
ruff = ">=0.0.249,<0.4.4"
bandit = "^1.7.4"
[tool.coverage.paths]