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: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exceptiongroup==1.3.1
# via pytest
execnet==2.1.2
# via pytest-xdist
filelock==3.20.0
filelock==3.20.1
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
Expand Down Expand Up @@ -102,7 +102,7 @@ jinja2==3.1.6
# via
# sphinx
# towncrier
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ exceptiongroup==1.3.1
# via pytest
execnet==2.1.2
# via pytest-xdist
filelock==3.20.0
filelock==3.20.1
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
Expand Down Expand Up @@ -100,7 +100,7 @@ jinja2==3.1.6
# via
# sphinx
# towncrier
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ distlib==0.4.0
# via virtualenv
exceptiongroup==1.3.1
# via pytest
filelock==3.20.0
filelock==3.20.1
# via virtualenv
forbiddenfruit==0.1.4
# via blockbuster
Expand All @@ -43,7 +43,7 @@ iniconfig==2.3.0
# via pytest
isal==1.7.2
# via -r requirements/lint.in
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ iniconfig==2.3.0
# via pytest
isal==1.8.0 ; python_version < "3.14"
# via -r requirements/test-common.in
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ iniconfig==2.3.0
# via pytest
isal==1.8.0 ; python_version < "3.14"
# via -r requirements/test-common.in
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ iniconfig==2.3.0
# via pytest
isal==1.7.2 ; python_version < "3.14"
# via -r requirements/test-common.in
librt==0.7.3
librt==0.7.4
# via mypy
markdown-it-py==4.0.0
# via rich
Expand Down
Loading