From 365522f5c83a1970ed1718af690fe497aa427a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 03:00:52 +0000 Subject: [PATCH 1/3] Bump types-cachetools from 5.2.1 to 5.3.0.0 Bumps [types-cachetools](https://github.com/python/typeshed) from 5.2.1 to 5.3.0.0. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-cachetools dependency-type: direct:development update-type: version-update:semver-minor ... 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 d024b38b9..3488fdbfd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ httpx==0.23.3 nbconvert==7.2.9 # mypy types -types-cachetools==5.2.1 +types-cachetools==5.3.0.0 types-filelock==3.2.7 types-requests==2.28.11.8 types-tabulate==0.9.0.0 From b6eb1f9395375de9baf7574fff8ac190d5851f5a Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 6 Feb 2023 07:09:59 +0100 Subject: [PATCH 2/3] Bump pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e502e97b..d1fd70280 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: mypy exclude: build_helpers additional_dependencies: - - types-cachetools==5.2.1 + - types-cachetools==5.3.0.0 - types-filelock==3.2.7 - types-requests==2.28.11.8 - types-tabulate==0.9.0.0 From a6adcb485ea26a0ffdb41aec2e0ddafae481e715 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 6 Feb 2023 19:34:30 +0100 Subject: [PATCH 3/3] Bump several pre-commit hooks versions --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1fd70280..d50506650 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pycqa/flake8 - rev: "4.0.1" + rev: "6.0.0" hooks: - id: flake8 # stages: [push] @@ -21,14 +21,14 @@ repos: # stages: [push] - repo: https://github.com/pycqa/isort - rev: "5.10.1" + rev: "5.12.0" hooks: - id: isort name: isort (python) # stages: [push] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v4.4.0 hooks: - id: end-of-file-fixer exclude: |