build(deps-dev): bump ruff from 0.0.272 to 0.0.273

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.272 to 0.0.273.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.0.272...v0.0.273)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-21 01:59:42 +00:00
parent a3cc535b85
commit 2efc7fce99
2 changed files with 20 additions and 20 deletions

View File

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