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
4 changes: 3 additions & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jinja2==3.1.6
# via
# sphinx
# towncrier
librt==0.6.3
# via mypy
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.3
Expand All @@ -113,7 +115,7 @@ multidict==6.7.0
# -r requirements/multidict.in
# -r requirements/runtime-deps.in
# yarl
mypy==1.18.2 ; implementation_name == "cpython"
mypy==1.19.0 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/test-common.in
Expand Down
4 changes: 3 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jinja2==3.1.6
# via
# sphinx
# towncrier
librt==0.6.3
# via mypy
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.3
Expand All @@ -110,7 +112,7 @@ multidict==6.7.0
# via
# -r requirements/runtime-deps.in
# yarl
mypy==1.18.2 ; implementation_name == "cpython"
mypy==1.19.0 ; implementation_name == "cpython"
# via
# -r requirements/lint.in
# -r requirements/test-common.in
Expand Down
4 changes: 3 additions & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ iniconfig==2.3.0
# via pytest
isal==1.7.2
# via -r requirements/lint.in
librt==0.6.3
# via mypy
markdown-it-py==4.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
mypy==1.18.2 ; implementation_name == "cpython"
mypy==1.19.0 ; implementation_name == "cpython"
# via -r requirements/lint.in
mypy-extensions==1.1.0
# via mypy
Expand Down
4 changes: 3 additions & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ iniconfig==2.3.0
# via pytest
isal==1.8.0 ; python_version < "3.14"
# via -r requirements/test-common.in
librt==0.6.3
# via mypy
markdown-it-py==4.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
mypy==1.18.2 ; implementation_name == "cpython"
mypy==1.19.0 ; implementation_name == "cpython"
# via -r requirements/test-common.in
mypy-extensions==1.1.0
# via mypy
Expand Down
4 changes: 3 additions & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ iniconfig==2.3.0
# via pytest
isal==1.8.0 ; python_version < "3.14"
# via -r requirements/test-common.in
librt==0.6.3
# via mypy
markdown-it-py==4.0.0
# via rich
mdurl==0.1.2
Expand All @@ -63,7 +65,7 @@ multidict==6.7.0
# via
# -r requirements/runtime-deps.in
# yarl
mypy==1.18.2 ; implementation_name == "cpython"
mypy==1.19.0 ; implementation_name == "cpython"
# via -r requirements/test-common.in
mypy-extensions==1.1.0
# via mypy
Expand Down
4 changes: 3 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ iniconfig==2.3.0
# via pytest
isal==1.7.2 ; python_version < "3.14"
# via -r requirements/test-common.in
librt==0.6.3
# via mypy
markdown-it-py==4.0.0
# via rich
mdurl==0.1.2
Expand All @@ -63,7 +65,7 @@ multidict==6.7.0
# via
# -r requirements/runtime-deps.in
# yarl
mypy==1.18.2 ; implementation_name == "cpython"
mypy==1.19.0 ; implementation_name == "cpython"
# via -r requirements/test-common.in
mypy-extensions==1.1.0
# via mypy
Expand Down
Loading