Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test = [
"mypy==1.16.1",
"pytest==8.4.1",
"pytest-asyncio==1.0.0",
"coverage==7.9.1",
"coverage==7.9.2",
"tomli==2.2.1",
"attrs==25.3.0",
"iniconfig==2.1.0",
Expand All @@ -64,9 +64,9 @@ test = [
"packaging==25.0",
"pluggy==1.6.0",
"referencing==0.36.2",
"rpds-py==0.25.1",
"typing-extensions==4.14.0",
"ruff==0.12.1",
"rpds-py==0.26.0",
"typing-extensions==4.14.1",
"ruff==0.12.2",
"Pygments==2.19.2",
"pathspec==0.12.1"
]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,6 @@ toolz==1.0.0 \
typing-inspection==0.4.1 \
--hash=sha256:389055682238f53b04f7badcb49b989835495a96700ced5dab2d8feae4b26f51 \
--hash=sha256:6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28
typing-extensions==4.14.0 \
--hash=sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4 \
--hash=sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af
typing-extensions==4.14.1 \
--hash=sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36 \
--hash=sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76
Loading