Skip to content

Commit 706e970

Browse files
Merge pull request #4989 from neutrinoceros/mnt/restrict_dependebot_pip_updates
MNT: restrict dependabot pip updates to requirements/typecheck.txt
2 parents b4cc03c + f69487e commit 706e970

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
groups:
88
actions:
99
patterns:
10-
- '*'
10+
- 'typecheck.txt'
1111

1212
- package-ecosystem: github-actions
1313
directory: /.github/workflows

requirements/typecheck.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mypy==1.8.0
2-
types-PyYAML==6.0.12.12
1+
mypy==1.11.2
2+
types-PyYAML==6.0.12.20240808
33
types-chardet==5.0.4.6
4-
types-requests==2.31.0.20240125
4+
types-requests==2.32.0.20240907
55
typing-extensions==4.4.0; python_version < '3.12'

0 commit comments

Comments
 (0)