Skip to content

Commit

Permalink
Bump mypy from 1.14.1 to 1.15.0 (#5207)
Browse files Browse the repository at this point in the history
* Bump mypy from 1.14.1 to 1.15.0

Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.14.1...v1.15.0)

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

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

* Updated type ignore for mypy 1.15.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael R. Crusoe <[email protected]>
  • Loading branch information
dependabot[bot] and mr-c authored Feb 5, 2025
1 parent 91cd71d commit 1d74de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ astroid>=3,<4
sphinx-autodoc-typehints>=1.24.0,<4
sphinxcontrib-autoprogram==0.1.9
cwltest>=2.2.20211116163652
mypy==1.14.1
mypy==1.15.0
types-aws-xray-sdk
types-boto<2.49.18.20241020
types-Flask-Cors
Expand Down
2 changes: 1 addition & 1 deletion src/toil/wdl/wdltoil.py
Original file line number Diff line number Diff line change
Expand Up @@ -3803,7 +3803,7 @@ def patch_prepare_mounts_singularity() -> list[tuple[str, str, bool]]:
# miniwdl depends on docker so this should be available but check just in case
pass
# docker stubs are still WIP: https://github.com/docker/docker-py/issues/2796
from docker.types import Mount # type: ignore[import-untyped]
from docker.types import Mount # type: ignore[import-not-found]

def patch_prepare_mounts_docker(
logger: logging.Logger,
Expand Down

0 comments on commit 1d74de5

Please sign in to comment.