diff --git a/poetry.lock b/poetry.lock index c26b721..a718405 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1221,4 +1221,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a0d3689a472733da0213e1201c28c69ad4dac692606f5b65337621cdfddc124f" +content-hash = "6710d69da68593f3e0f35401ed9b5ef12a4dc6b488d64d4b9e8eae14fdab077e" diff --git a/pyproject.toml b/pyproject.toml index edcf720..de005b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,16 +31,16 @@ codespell = "2.2.6" covdefaults = "2.3.0" coverage = {version = "7.4.0", extras = ["toml"]} pylint = "3.0.3" -pytest = "^7.4.2" -pytest-asyncio = "^0.23.0" +pytest = "7.4.4" +pytest-asyncio = "0.23.3" pytest-cov = "4.1.0" -pre-commit = ">=2.21,<4.0" +pre-commit = "==3.6.0" pre-commit-hooks = "4.5.0" -mypy = "^1.4.1" -ruff = "^0.1.0" -aresponses = "^3.0.0" +mypy = "1.8.0" +ruff = "0.1.14" +aresponses = "3.0.0" syrupy = "4.6.0" -yamllint = "^1.33.0" +yamllint = "1.33.0" [tool.poetry.urls] "Bug Tracker" = "https://github.com/jpbede/aioelectricitymaps/issues"