From 8a795ec3e8318d3234e668dda7b244c967092e90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:29:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Pin=20dependencies=20(#210?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⬆️ Pin dependencies * Update pyproject.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Klaas Schoute --- poetry.lock | 2 +- pyproject.toml | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/poetry.lock b/poetry.lock index a8c097b..4e6fbc2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1468,4 +1468,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fdb4141b70257f17c3a9926fa30dd61a591788c143093c14448e5b976bb799c1" +content-hash = "54a471c8fa4fa13178853d0784620bbc49dcde88597f07d89c238d8dca6d2996" diff --git a/pyproject.toml b/pyproject.toml index 06f91c2..afdcfca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,22 +36,22 @@ pytz = ">=2022.7.1,<2024.0.0" Changelog = "https://github.com/klaasnicolaas/python-liege/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.1.1" -pre-commit-hooks = "^4.4.0" -pylint = "^2.17.0" -pytest = "^7.2.2" -pytest-asyncio = ">=0.20.3,<0.22.0" -pytest-cov = "^4.0.0" -yamllint = "^1.29.0" -covdefaults = "^2.3.0" -types-pytz = ">=2022.7.1.2,<2024.0.0.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" +types-pytz = "2023.3.0.0" [tool.coverage.run] plugins = ["covdefaults"]