From 5a884844080b93e84ab607c33bb157d4ac247300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:00:29 +0000 Subject: [PATCH 1/5] chore(deps-dev): update black requirement from 24.4.1 to 24.4.2 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.4.1...24.4.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85ad5d4..be545e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ flake8 = "7.0.0" flake8-pytest-style = "2.0.0" ruff = "0.5.2" coverage = "7.6.0" -black = "24.4.1" +black = "24.4.2" mypy = "1.10.0" [build-system] From 9c93fb22c1b4ef28cc1aa37917be877aa92c705c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:56:40 +0000 Subject: [PATCH 2/5] chore(deps): update dependency mypy to v1.11.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be545e6..64abf6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ flake8-pytest-style = "2.0.0" ruff = "0.5.2" coverage = "7.6.0" black = "24.4.2" -mypy = "1.10.0" +mypy = "1.11.0" [build-system] requires = ["poetry-core"] From d52c00a9582508168ccdee4f29916e6dfdce32b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:56:47 +0000 Subject: [PATCH 3/5] chore(deps): update dependency pytest to v8.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be545e6..6b18431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = ">=3.10,<4.0.0" optional = true [tool.poetry.group.dev.dependencies] -pytest = "8.0.0" +pytest = "8.3.1" pylint = "3.0.0" flake8 = "7.0.0" flake8-pytest-style = "2.0.0" From e58115e13a1947b0dc7ec8672703eb8a3d35ffa4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:07:08 +0000 Subject: [PATCH 4/5] chore(deps): update dependency pylint to v3.2.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c021125..31a354f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ optional = true [tool.poetry.group.dev.dependencies] pytest = "8.3.1" -pylint = "3.0.0" +pylint = "3.2.6" flake8 = "7.0.0" flake8-pytest-style = "2.0.0" ruff = "0.5.2" From f78992d1d85926f11d08ee311e6e9ff9fa967863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:10:50 +0000 Subject: [PATCH 5/5] chore(deps-dev): update flake8 requirement from 7.0.0 to 7.1.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31a354f..17eef2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ optional = true [tool.poetry.group.dev.dependencies] pytest = "8.3.1" pylint = "3.2.6" -flake8 = "7.0.0" +flake8 = "7.1.0" flake8-pytest-style = "2.0.0" ruff = "0.5.2" coverage = "7.6.0"