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 @@ -51,12 +51,12 @@ dynamic = ["version"]
[project.optional-dependencies]
test = [
"exceptiongroup==1.3.0",
"jsonschema==4.25.0",
"jsonschema==4.25.1",
"mypy==1.17.1",
"pytest==8.4.1",
"pytest-asyncio==1.1.0",
"backports-asyncio-runner==1.2.0 ; python_version < '3.11'",
"coverage==7.10.3",
"coverage==7.10.5",
"tomli==2.2.1",
"attrs==25.3.0",
"iniconfig==2.1.0",
Expand All @@ -66,8 +66,8 @@ test = [
"pluggy==1.6.0",
"referencing==0.36.2",
"rpds-py==0.27.0",
"typing-extensions==4.14.1",
"ruff==0.12.8",
"typing-extensions==4.15.0",
"ruff==0.12.10",
"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.1 \
--hash=sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36 \
--hash=sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76
typing-extensions==4.15.0 \
--hash=sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466 \
--hash=sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548
Loading
Loading