diff --git a/poetry.lock b/poetry.lock index b4e4c28e..56a3a35e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1332,4 +1332,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1a67c6d78f78ea0859f2ed658dc3d58df2fc26ba25be01d032d8ce3f234d1cc0" +content-hash = "12d259e83126817b2eb71ab20afe374a3780c73b0294715f67f6684e6a6e8e20" diff --git a/pyproject.toml b/pyproject.toml index 79c559e9..9645da75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,21 +36,21 @@ yarl = ">=1.6.0" Changelog = "https://github.com/klaasnicolaas/python-omnikinverter/releases" [tool.poetry.group.dev.dependencies] -ruff = ">=0.0.243,<0.0.273" -aresponses = "^2.1.6" -black = ">=22.10,<24.0" -blacken-docs = "^1.13.0" -codespell = "^2.2.4" -coverage = {version = ">=7.2,<8.0", extras = ["toml"]} -mypy = ">=1.0,<1.4" -pre-commit = ">=3.2,<4.0" -pre-commit-hooks = "^4.4.0" -pylint = "^2.17.1" -pytest = "^7.2.2" -pytest-asyncio = "^0.21.0" -pytest-cov = "^4.0.0" -yamllint = "^1.30.0" -covdefaults = "^2.3.0" +ruff = "0.0.272" +aresponses = "2.1.6" +black = "23.3.0" +blacken-docs = "1.13.0" +codespell = "2.2.4" +coverage = {version = "7.2.7", extras = ["toml"]} +mypy = "1.3.0" +pre-commit = "3.3.2" +pre-commit-hooks = "4.4.0" +pylint = "2.17.4" +pytest = "7.3.2" +pytest-asyncio = "0.21.0" +pytest-cov = "4.1.0" +yamllint = "1.32.0" +covdefaults = "2.3.0" [tool.coverage.run] plugins = ["covdefaults"]