diff options
author | 2024-06-11 18:59:23 +0000 | |
---|---|---|
committer | 2024-06-19 16:10:06 +0100 | |
commit | d2972b47ed3f8699e3c5a3763e2047e048b4bd2e (patch) | |
tree | 936d07f957d531a5240087c8728733d0e5e56c6d /pyproject.toml | |
parent | Fix site startup command used in docker-compose.yml (#238) (diff) |
Bump ruff from 0.3.4 to 0.4.8
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.4.8.
- [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.4...v0.4.8)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 8b9e4e01..3615be4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest-cov = "5.0.0" pytest-xdist = "3.6.1" [tool.poetry.group.lint.dependencies] -ruff = "0.3.4" +ruff = "0.4.8" pre-commit = "3.7.1" [tool.poetry.group.doc.dependencies] |