Skip to content

Commit 17d65c4

Browse files
chore(deps): update dependency mypy to v1.19.1 (#1408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a75c50 commit 17d65c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pact-python-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ requires-python = ">=3.10"
5656
# developper consistency. All other dependencies are as above.
5757
dev = ["ruff==0.14.9", { include-group = "test" }, { include-group = "types" }]
5858
test = ["pytest-cov~=7.0", "pytest~=9.0"]
59-
types = ["mypy==1.19.0"]
59+
types = ["mypy==1.19.1"]
6060

6161
################################################################################
6262
## Build System

pact-python-ffi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = ["cffi~=2.0"]
4343
[dependency-groups]
4444
dev = ["ruff==0.14.9", { include-group = "test" }, { include-group = "types" }]
4545
test = ["pytest-cov~=7.0", "pytest~=9.0"]
46-
types = ["mypy==1.19.0", "typing-extensions~=4.0"]
46+
types = ["mypy==1.19.1", "typing-extensions~=4.0"]
4747

4848
################################################################################
4949
## Build System

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ test = [
123123
"testcontainers~=4.0",
124124
]
125125
types = [
126-
"mypy==1.19.0",
126+
"mypy==1.19.1",
127127
"types-grpcio~=1.0",
128128
"types-protobuf~=6.0",
129129
"types-requests~=2.0",

0 commit comments

Comments
 (0)