Skip to content

Commit 04e39da

Browse files
committed
Fix mypy for integration tests
1 parent b0e4320 commit 04e39da

File tree

3 files changed

+30
-7
lines changed

3 files changed

+30
-7
lines changed

integration-tests/pdm.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/pdm.minimal.lock

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
groups = ["default", "dev"]
66
strategy = ["direct_minimal_versions", "inherit_metadata"]
77
lock_version = "4.5.0"
8-
content_hash = "sha256:6d5a710a30407796a6b9820e29cb340039a53899b8b595a6431d2940e4bd7d5f"
8+
content_hash = "sha256:f4f3ea8410959314995c7373eee2541cda27a1f6033b7acfc0f030626ad8c13f"
99

1010
[[metadata.targets]]
1111
requires_python = "~=3.9"
@@ -354,12 +354,23 @@ files = [
354354
]
355355

356356
[[package]]
357-
name = "typing-extensions"
358-
version = "4.13.2"
357+
name = "types-python-dateutil"
358+
version = "2.9.0.20240315"
359359
requires_python = ">=3.8"
360-
summary = "Backported and Experimental Type Hints for Python 3.8+"
360+
summary = "Typing stubs for python-dateutil"
361+
groups = ["dev"]
362+
files = [
363+
{file = "types-python-dateutil-2.9.0.20240315.tar.gz", hash = "sha256:c1f6310088eb9585da1b9f811765b989ed2e2cdd4203c1a367e944b666507e4e"},
364+
{file = "types_python_dateutil-2.9.0.20240315-py3-none-any.whl", hash = "sha256:78aa9124f360df90bb6e85eb1a4d06e75425445bf5ecb13774cb0adef7ff3956"},
365+
]
366+
367+
[[package]]
368+
name = "typing-extensions"
369+
version = "4.14.0"
370+
requires_python = ">=3.9"
371+
summary = "Backported and Experimental Type Hints for Python 3.9+"
361372
groups = ["default", "dev"]
362373
files = [
363-
{file = "typing_extensions-4.13.2-py3-none-any.whl", hash = "sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c"},
364-
{file = "typing_extensions-4.13.2.tar.gz", hash = "sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef"},
374+
{file = "typing_extensions-4.14.0-py3-none-any.whl", hash = "sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af"},
375+
{file = "typing_extensions-4.14.0.tar.gz", hash = "sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4"},
365376
]

integration-tests/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dev = [
1919
"pytest>8",
2020
"mypy>=1.13",
2121
"pytest-asyncio>=0.23.5",
22+
"types-python-dateutil>=2.9",
2223
]
2324

2425
[build-system]

0 commit comments

Comments
 (0)