We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5cf3f commit b1b191dCopy full SHA for b1b191d
tools/workspace/mypy_internal/repository.bzl
@@ -9,8 +9,8 @@ def mypy_internal_repository(
9
# drake/tools/workspace/new_release.py. When practical, all members
10
# of this cohort should be updated at the same time.
11
repository = "python/mypy",
12
- commit = "v1.16.0",
13
- sha256 = "b2bf9faec28adae0a06df04fe5357c369c9703f8ae3bd4a8c5633c183fe90a9a", # noqa
+ commit = "v1.15.0",
+ sha256 = "5ccbe3a37b5823b604e4746b51e10ff4d5e98ceb2f2ef4ab56e7c2fb57bb15d9", # noqa
14
build_file = ":package.BUILD.bazel",
15
patches = [
16
":patches/upstream/reject_double_colon.patch",
0 commit comments