Skip to content

Commit

Permalink
Merge dependabot/pip/mypy-1.9.0 into combined-prs-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 11, 2024
2 parents 08084f5 + f7c7dfd commit 5721d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/combine-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
with:
labels: combined-pr # Optional: add a label to the combined PR
ci_required: true # require all checks to pass before combining
select_labels: dependencies # Optional: only combine PRs with this label
select_label: dependencies # Optional: only combine PRs with this label
autoclose: false # do not close the source PRs - dependabot should handle it.
2 changes: 1 addition & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ mccabe==0.7.0
# via
# flake8
# pylint
mypy==1.8.0
mypy==1.9.0
# via -r requirements/dev-requirements.in
mypy-extensions==1.0.0
# via
Expand Down

0 comments on commit 5721d5c

Please sign in to comment.