From 6235b50c9d1b2e704bade5d889c8e367866aa12f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:59:43 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump the types group with 2 updates Bumps the types group with 2 updates: [types-cachetools](https://github.com/python/typeshed) and [types-python-dateutil](https://github.com/python/typeshed). Updates `types-cachetools` from 5.4.0.20240717 to 5.5.0.20240820 - [Commits](https://github.com/python/typeshed/commits) Updates `types-python-dateutil` from 2.9.0.20240316 to 2.9.0.20240821 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-cachetools dependency-type: direct:development update-type: version-update:semver-minor dependency-group: types - dependency-name: types-python-dateutil dependency-type: direct:development update-type: version-update:semver-patch dependency-group: types ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e5191d48d..b706532dc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,8 +25,8 @@ time-machine==2.15.0 nbconvert==7.16.4 # mypy types -types-cachetools==5.4.0.20240717 +types-cachetools==5.5.0.20240820 types-filelock==3.2.7 types-requests==2.32.0.20240712 types-tabulate==0.9.0.20240106 -types-python-dateutil==2.9.0.20240316 +types-python-dateutil==2.9.0.20240821 From 660a5d910a067be6e9413a8c4a91b30830e44843 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 27 Aug 2024 19:44:09 +0200 Subject: [PATCH 2/2] chore: bump pre-commit type deps --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9c116885..66edba544 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,11 +14,11 @@ repos: - id: mypy exclude: build_helpers additional_dependencies: - - types-cachetools==5.4.0.20240717 + - types-cachetools==5.5.0.20240820 - types-filelock==3.2.7 - types-requests==2.32.0.20240712 - types-tabulate==0.9.0.20240106 - - types-python-dateutil==2.9.0.20240316 + - types-python-dateutil==2.9.0.20240821 - SQLAlchemy==2.0.32 # stages: [push]