From 39d82ac56d72c9e7e29120d8061648eba9ea0a4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 19:40:27 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Pin=20dependencies=20(#729?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 2 +- pyproject.toml | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/poetry.lock b/poetry.lock index 828aa1a6..5f01f76c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1747,4 +1747,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7b96566323ff47b23fbc92e0c16ebeab5511c596a23027a11db80732c6178493" +content-hash = "c3085e85a750678076bb956bc98790e8814f4f131dbd8d4ce050f48a2ea7d80b" diff --git a/pyproject.toml b/pyproject.toml index 7b520cd5..7a6835e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,22 +35,22 @@ pydantic = "^1.8.0" Changelog = "https://github.com/frenck/python-elgato/releases" [tool.poetry.group.dev.dependencies] -ruff = ">=0.0.241,<0.0.258" -aresponses = "^2.1.6" -black = "^23.0.0" -blacken-docs = "^1.13.0" -coverage = {version = "^7.1", extras = ["toml"]} -mypy = ">=0.991,<1.2" -pre-commit = "^3.0.3" -pre-commit-hooks = "^4.4.0" -pylint = "^2.16.1" -pytest = "^7.2.1" -pytest-asyncio = ">=0.20.3,<0.22.0" -pytest-cov = "^4.0.0" -yamllint = "^1.29.0" -safety = "^2.3.5" -codespell = "^2.2.2" -covdefaults = "^2.2.2" +ruff = "==0.0.257" +aresponses = "2.1.6" +black = "23.1.0" +blacken-docs = "1.13.0" +coverage = {version = "7.2.2", extras = ["toml"]} +mypy = "==1.1.1" +pre-commit = "3.2.0" +pre-commit-hooks = "4.4.0" +pylint = "2.17.0" +pytest = "7.2.2" +pytest-asyncio = "==0.21.0" +pytest-cov = "4.0.0" +yamllint = "1.29.0" +safety = "2.4.0b1" +codespell = "2.2.4" +covdefaults = "2.3.0" [tool.black] target-version = ['py39']