Skip to content

Commit b1b191d

Browse files
committed
Revert "[workspace] Upgrade mypy_internal to latest release v1.16.0"
This reverts commit bce5e1c.
1 parent 1f5cf3f commit b1b191d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/workspace/mypy_internal/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def mypy_internal_repository(
99
# drake/tools/workspace/new_release.py. When practical, all members
1010
# of this cohort should be updated at the same time.
1111
repository = "python/mypy",
12-
commit = "v1.16.0",
13-
sha256 = "b2bf9faec28adae0a06df04fe5357c369c9703f8ae3bd4a8c5633c183fe90a9a", # noqa
12+
commit = "v1.15.0",
13+
sha256 = "5ccbe3a37b5823b604e4746b51e10ff4d5e98ceb2f2ef4ab56e7c2fb57bb15d9", # noqa
1414
build_file = ":package.BUILD.bazel",
1515
patches = [
1616
":patches/upstream/reject_double_colon.patch",

0 commit comments

Comments
 (0)