Skip to content

Commit

Permalink
Merge branch 'master' into renovate/ruff-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 authored Jul 22, 2024
2 parents 410effc + ead7ba0 commit 4eefcb0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ python = ">=3.10,<4.0.0"
optional = true

[tool.poetry.group.dev.dependencies]
pytest = "8.0.0"
pylint = "3.0.0"
flake8 = "7.0.0"
pytest = "8.3.1"
pylint = "3.2.6"
flake8 = "7.1.0"
flake8-pytest-style = "2.0.0"
ruff = "0.5.4"
coverage = "7.6.0"
black = "24.4.1"
mypy = "1.10.0"
black = "24.4.2"
mypy = "1.11.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 4eefcb0

Please sign in to comment.