Skip to content

Commit 601129b

Browse files
committed
Update dependencies
1 parent 4863578 commit 601129b

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

Diff for: poetry.lock

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

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tox = [
7575
optional = true
7676

7777
[tool.poetry.group.lint.dependencies]
78-
ruff = ">=0.3.5,<0.4"
78+
ruff = ">=0.3.7,<0.4"
7979
mypy = [
8080
{ version = "^1.9", python = ">=3.8" },
8181
{ version = "~1.4", python = "<3.8" }

Diff for: tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ python =
1717

1818
[testenv:ruff]
1919
basepython = python3.12
20-
deps = ruff>=0.3.5,<0.4
20+
deps = ruff>=0.3.7,<0.4
2121
commands =
2222
ruff check src tests
2323
ruff format --check src tests

0 commit comments

Comments
 (0)