We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4cc03c + f69487e commit 706e970Copy full SHA for 706e970
.github/dependabot.yml
@@ -7,7 +7,7 @@ updates:
7
groups:
8
actions:
9
patterns:
10
- - '*'
+ - 'typecheck.txt'
11
12
- package-ecosystem: github-actions
13
directory: /.github/workflows
requirements/typecheck.txt
@@ -1,5 +1,5 @@
1
-mypy==1.8.0
2
-types-PyYAML==6.0.12.12
+mypy==1.11.2
+types-PyYAML==6.0.12.20240808
3
types-chardet==5.0.4.6
4
-types-requests==2.31.0.20240125
+types-requests==2.32.0.20240907
5
typing-extensions==4.4.0; python_version < '3.12'
0 commit comments