Skip to content

Commit

Permalink
fix(deps): update dependency mypy to v1.14.0 (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: pactflow-renovate-bot[bot] <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com>
  • Loading branch information
pactflow-renovate-bot[bot] authored Dec 20, 2024
1 parent 568ff9d commit 447856d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pypacter-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ local-api = "pypacter_api:local"

[project.optional-dependencies]
devel-types = [
"mypy==1.13.0",
"mypy==1.14.0",
"pydantic~=2.9",
]
devel-test = ["pytest", "pytest-cov", "coverage[toml]", "uvicorn"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Source = "https://github.com/pactflow/pactflow-python-coding-test"

[project.optional-dependencies]
devel-test = ["pytest", "pytest-cov", "coverage[toml]"]
devel-types = ["mypy==1.13.0", "pydantic~=2.9", "types-pyyaml", "types-pygments"]
devel-types = ["mypy==1.14.0", "pydantic~=2.9", "types-pyyaml", "types-pygments"]
devel = [
"pypacter[devel-test,devel-types]",
"pypacter-api[devel]",
Expand Down

0 comments on commit 447856d

Please sign in to comment.