Skip to content

Commit

Permalink
Update mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
khk-globus committed Nov 1, 2024
1 parent a93efba commit 6b19b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compute_endpoint/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ commands =

[testenv:mypy]
deps =
mypy==1.11.2
mypy==1.13.0
# Ensure that the Pydantic mypy plugin uses the V1 API
pydantic>=1,<2
../compute_sdk/
Expand Down
2 changes: 1 addition & 1 deletion compute_sdk/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commands =
coverage report --skip-covered

[testenv:mypy]
deps = mypy==1.11.2
deps = mypy==1.13.0
commands = mypy -p globus_compute_sdk {posargs}

[testenv:pip-audit]
Expand Down

0 comments on commit 6b19b22

Please sign in to comment.