From 378de344ac251c85e10205256c80d3f238010af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Wed, 11 Sep 2024 21:15:34 +0200 Subject: [PATCH 1/2] MNT: restrict dependabot pip updates to requirements/typecheck.txt --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ed6f7807c..204e5592b6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: groups: actions: patterns: - - '*' + - 'typecheck.txt' - package-ecosystem: github-actions directory: /.github/workflows From f69487e413d9e44036223d21cbd62b92f65e21cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Wed, 11 Sep 2024 21:18:13 +0200 Subject: [PATCH 2/2] TST: bump typecheck dependencies --- requirements/typecheck.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 8d0e0ceaff..3edda47449 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -1,5 +1,5 @@ -mypy==1.8.0 -types-PyYAML==6.0.12.12 +mypy==1.11.2 +types-PyYAML==6.0.12.20240808 types-chardet==5.0.4.6 -types-requests==2.31.0.20240125 +types-requests==2.32.0.20240907 typing-extensions==4.4.0; python_version < '3.12'