Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e42c823

Browse files
committed
updated goldens
1 parent 8ea95e9 commit e42c823

7 files changed

Lines changed: 7 additions & 14 deletions

File tree

tests/integration/goldens/asset/noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@
9898
def mypy(session):
9999
"""Run the type checker."""
100100
session.install(
101-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
102-
"mypy<1.16.0",
101+
"mypy",
103102
"types-requests",
104103
"types-protobuf",
105104
)

tests/integration/goldens/credentials/noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@
9898
def mypy(session):
9999
"""Run the type checker."""
100100
session.install(
101-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
102-
"mypy<1.16.0",
101+
"mypy",
103102
"types-requests",
104103
"types-protobuf",
105104
)

tests/integration/goldens/eventarc/noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@
9898
def mypy(session):
9999
"""Run the type checker."""
100100
session.install(
101-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
102-
"mypy<1.16.0",
101+
"mypy",
103102
"types-requests",
104103
"types-protobuf",
105104
)

tests/integration/goldens/logging/noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@
9898
def mypy(session):
9999
"""Run the type checker."""
100100
session.install(
101-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
102-
"mypy<1.16.0",
101+
"mypy",
103102
"types-requests",
104103
"types-protobuf",
105104
)

tests/integration/goldens/logging_internal/noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@
9898
def mypy(session):
9999
"""Run the type checker."""
100100
session.install(
101-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
102-
"mypy<1.16.0",
101+
"mypy",
103102
"types-requests",
104103
"types-protobuf",
105104
)

tests/integration/goldens/redis/noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@
9898
def mypy(session):
9999
"""Run the type checker."""
100100
session.install(
101-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
102-
"mypy<1.16.0",
101+
"mypy",
103102
"types-requests",
104103
"types-protobuf",
105104
)

tests/integration/goldens/redis_selective/noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@
9898
def mypy(session):
9999
"""Run the type checker."""
100100
session.install(
101-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2410): Use the latest version of mypy
102-
"mypy<1.16.0",
101+
"mypy",
103102
"types-requests",
104103
"types-protobuf",
105104
)

0 commit comments

Comments
 (0)