From 79800362ec6f2925afd9ffada662a133d7a64e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:47:14 +0000 Subject: [PATCH 1/3] build(deps): bump black from 24.4.2 to 24.8.0 Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0. - [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.2...24.8.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 608f73304..59d8378c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ dev = [ "pytest-instafail==0.5.0", "pytest-cov==5.0.0", "pycodestyle==2.11.1", - "black==24.4.2", + "black==24.8.0", "isort==5.13.2", "mypy==1.10.0", # type stubs for mypy diff --git a/requirements.txt b/requirements.txt index 15d83f43d..93594639c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ annotated-types==0.7.0 binary2strings==0.1.13 -black==24.4.2 +black==24.8.0 cfgv==3.4.0 click==8.1.7 colorama==0.4.6 From 8e03f6331c33859be97f7755c84803a86dc1265d Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 1 Oct 2024 13:34:52 +0200 Subject: [PATCH 2/3] Update dependabot.yml --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a7695c06..31d120245 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,6 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] From 3bdee80c30c241c21449980c85fbee682b8752ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:52:26 +0000 Subject: [PATCH 3/3] build(deps): bump pycodestyle from 2.11.1 to 2.12.1 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.11.1 to 2.12.1. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.11.1...2.12.1) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 59d8378c6..850b5a087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ dev = [ "pytest-sugar==1.0.0", "pytest-instafail==0.5.0", "pytest-cov==5.0.0", - "pycodestyle==2.11.1", + "pycodestyle==2.12.1", "black==24.8.0", "isort==5.13.2", "mypy==1.10.0", diff --git a/requirements.txt b/requirements.txt index 93594639c..ea8ea2d01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pluggy==1.5.0 pre-commit==3.5.0 pyasn1==0.5.1 pyasn1-modules==0.3.0 -pycodestyle==2.11.1 +pycodestyle==2.12.1 pycparser==2.22 pydantic==2.9.2 # pydantic pins pydantic-core,