Skip to content

Commit

Permalink
Merge pull request #4989 from neutrinoceros/mnt/restrict_dependebot_p…
Browse files Browse the repository at this point in the history
…ip_updates

MNT: restrict dependabot pip updates to requirements/typecheck.txt
  • Loading branch information
neutrinoceros authored Sep 25, 2024
2 parents b4cc03c + f69487e commit 706e970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
groups:
actions:
patterns:
- '*'
- 'typecheck.txt'

- package-ecosystem: github-actions
directory: /.github/workflows
Expand Down
6 changes: 3 additions & 3 deletions requirements/typecheck.txt
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 706e970

Please sign in to comment.