From e61073314270428119d3b763a608e120662f4a91 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:53:22 +0000 Subject: [PATCH 1/4] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.0...v0.3.5) - [github.com/psf/black: 24.1.1 → 24.3.0](https://github.com/psf/black/compare/24.1.1...24.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.9.0) - [github.com/jsh9/pydoclint: 0.3.9 → 0.4.1](https://github.com/jsh9/pydoclint/compare/0.3.9...0.4.1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f76317b..ebc12e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.2.0' + rev: 'v0.3.5' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] exclude: test.* - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks @@ -36,14 +36,14 @@ repos: - id: fix-encoding-pragma args: ["--remove"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy exclude: test.* args: [--no-strict-optional, --ignore-missing-imports] additional_dependencies: ["pydantic", "toml", "types-all"] - repo: https://github.com/jsh9/pydoclint - rev: 0.3.9 + rev: 0.4.1 hooks: - id: pydoclint args: From 9eb6f0c772f61874d1c97cac66fe518f006d3d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:55:41 +0000 Subject: [PATCH 2/4] Bump aiohttp from 3.9.2 to 3.9.4 in /requirements Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.2 to 3.9.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.2...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/docs.txt | 2 +- requirements/prod.txt | 2 +- requirements/test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 758d8fb..ac185a6 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=dev --extra=docs --extra=test --output-file=requirements/dev.txt pyproject.toml # -aiohttp==3.9.2 +aiohttp==3.9.4 # via fsspec aiosignal==1.3.1 # via aiohttp diff --git a/requirements/docs.txt b/requirements/docs.txt index 963b65e..390e909 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=docs --output-file=requirements/docs.txt pyproject.toml # -aiohttp==3.9.2 +aiohttp==3.9.4 # via fsspec aiosignal==1.3.1 # via aiohttp diff --git a/requirements/prod.txt b/requirements/prod.txt index 4f1f6cb..e2ba8de 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/prod.txt pyproject.toml # -aiohttp==3.9.2 +aiohttp==3.9.4 # via fsspec aiosignal==1.3.1 # via aiohttp diff --git a/requirements/test.txt b/requirements/test.txt index fe35791..978cbb9 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,7 +4,7 @@ # # pip-compile --extra=test --output-file=requirements/test.txt pyproject.toml # -aiohttp==3.9.2 +aiohttp==3.9.4 # via fsspec aiosignal==1.3.1 # via aiohttp From 94421a66c3eb53b6e096152923373eb392f807b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:42:47 +0000 Subject: [PATCH 3/4] Bump tqdm from 4.66.1 to 4.66.3 in /requirements Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 758d8fb..19ed822 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -281,7 +281,7 @@ tomli==2.0.1 # sphinx-autodoc2 tomlkit==0.12.1 # via bump-my-version -tqdm==4.66.1 +tqdm==4.66.3 # via git-fame typer==0.9.0 # via generate-changelog From 61297b5ab7cc3571fbd6ca796912a1273a2cedd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 14:36:51 +0000 Subject: [PATCH 4/4] Bump idna from 3.4 to 3.7 in /requirements Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/docs.txt | 2 +- requirements/prod.txt | 2 +- requirements/test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 19ed822..a0e78cd 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -98,7 +98,7 @@ gitpython==3.1.41 # generate-changelog identify==2.5.30 # via pre-commit -idna==3.4 +idna==3.7 # via # requests # yarl diff --git a/requirements/docs.txt b/requirements/docs.txt index 963b65e..7b25e61 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -69,7 +69,7 @@ gitdb==4.0.11 # via gitpython gitpython==3.1.41 # via cookie-composer (pyproject.toml) -idna==3.4 +idna==3.7 # via # requests # yarl diff --git a/requirements/prod.txt b/requirements/prod.txt index 4f1f6cb..daf3706 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -49,7 +49,7 @@ gitdb==4.0.11 # via gitpython gitpython==3.1.41 # via cookie-composer (pyproject.toml) -idna==3.4 +idna==3.7 # via # requests # yarl diff --git a/requirements/test.txt b/requirements/test.txt index fe35791..b4c204c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -63,7 +63,7 @@ gitpython==3.1.41 # via cookie-composer (pyproject.toml) identify==2.5.30 # via pre-commit -idna==3.4 +idna==3.7 # via # requests # yarl