diff options
author | 2024-04-16 12:39:21 +0100 | |
---|---|---|
committer | 2024-04-16 12:39:21 +0100 | |
commit | 8000a1b446daa11650d2da684e2eca9cbd77f847 (patch) | |
tree | de41f0da5a1a93927294e77623c16c88261c5953 /pyproject.toml | |
parent | Bump sqlparse from 0.4.4 to 0.5.0 (#1298) (diff) |
Bump ruff from 0.3.5 to 0.3.7 (#1296)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.5 to 0.3.7.
- [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.3.5...v0.3.7)
---
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>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7dff2665..9942c840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ psycopg = {extras = ["binary"], version = "3.1.18"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.1" taskipy = "1.12.2" -ruff = "0.3.5" +ruff = "0.3.7" [tool.poetry.group.lint.dependencies] pre-commit = "3.7.0" |