Skip to content

Commit

Permalink
build(deps): bump mypy from 1.13.0 to 1.14.0 (#219)
Browse files Browse the repository at this point in the history
* build(deps): bump mypy from 1.13.0 to 1.14.0

Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* try to install quemu

* install qemu

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Shcheklein <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 29, 2024
1 parent e0791bf commit dd095e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Use colima as default docker host on MacOS
if: matrix.os == 'macos-latest'
run: |
brew install qemu
brew install docker lima || true # avoid non-zero exit code if brew link fails
sudo curl -L -o /usr/local/bin/colima https://github.com/abiosoft/colima/releases/download/v0.5.6/colima-Darwin-x86_64
sudo chmod +x /usr/local/bin/colima
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tests = [
"coverage[toml]>6",
"pytest-sugar==1.0.0",
"pytest-xdist==3.6.1",
"mypy==1.13.0",
"mypy==1.14.0",
"types-requests"
]
dev = [
Expand Down

0 comments on commit dd095e1

Please sign in to comment.