From c69ef2a80750186b4c0f7436c7d9e6b8b7d60a1c Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Sun, 3 May 2026 06:01:14 +0100 Subject: [PATCH 1/2] chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.37.2 (#1039) Co-authored-by: Renovate Bot --- .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 c28004fb4..f63b53efc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -223,7 +223,7 @@ repos: # json - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.2 hooks: - id: check-circle-ci - id: check-github-workflows From 06a0a59fc6088692ee6bfbb21d21f713b8d55065 Mon Sep 17 00:00:00 2001 From: TalkIQ Date: Sun, 3 May 2026 08:02:44 +0100 Subject: [PATCH 2/2] chore(deps): update pre-commit hook types-requests to v2.33.0.20260503 (#1040) Co-authored-by: Renovate Bot --- .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 f63b53efc..b9e81ce82 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -99,7 +99,7 @@ repos: - cryptography==46.0.7 - pyjwt==2.12.1 - tenacity==9.1.4 - - types-requests==2.33.0.20260408 + - types-requests==2.33.0.20260503 args: - --show-error-codes - --strict