Skip to content

Commit e9c5cdc

Browse files
chore(deps-dev): bump ruff from 0.9.6 to 0.9.7 in /backend (#618)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.6 to 0.9.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.9.6...0.9.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 599fe06 commit e9c5cdc

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

backend/poetry.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ openpyxl = "3.0.10" # TODO: dependency of `pyexcel-xlsx` Remove as soon as https
4747
psycopg = {extras = ["binary"], version = "^3.2.4"}
4848

4949
[tool.poetry.group.dev.dependencies]
50-
ruff = "^0.9.6"
50+
ruff = "^0.9.7"
5151
coverage = "7.6.12"
5252
django-extensions = "3.2.3"
5353
factory-boy = "3.3.3"

0 commit comments

Comments
 (0)