diff options
author | 2023-06-23 09:09:01 +0100 | |
---|---|---|
committer | 2023-06-23 09:09:01 +0100 | |
commit | 1c2d03b43f584290b394368f38a215af4371433d (patch) | |
tree | c579f8350589302613da8ff18587d350a9e1f5c4 /pyproject.toml | |
parent | Fix GitHub Actions status badges (#1003) (diff) |
Bump ruff from 0.0.274 to 0.0.275 (#1004)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.274 to 0.0.275.
- [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.274...v0.0.275)
---
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 2f830df0..353e4d19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ psycopg = {extras = ["binary"], version = "3.1.9"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" taskipy = "1.11.0" -ruff = "0.0.274" +ruff = "0.0.275" [tool.poetry.group.lint.dependencies] pre-commit = "3.3.3" |