Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Apr 14, 2024
1 parent 4863578 commit 601129b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tox = [
optional = true

[tool.poetry.group.lint.dependencies]
ruff = ">=0.3.5,<0.4"
ruff = ">=0.3.7,<0.4"
mypy = [
{ version = "^1.9", python = ">=3.8" },
{ version = "~1.4", python = "<3.8" }
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python =

[testenv:ruff]
basepython = python3.12
deps = ruff>=0.3.5,<0.4
deps = ruff>=0.3.7,<0.4
commands =
ruff check src tests
ruff format --check src tests
Expand Down

0 comments on commit 601129b

Please sign in to comment.