Skip to content

Commit 11844f1

Browse files
dependabot[bot]ml-evs
authored andcommitted
Bump the python-dependencies group with 2 updates
Updates the requirements on [rich](https://github.com/Textualize/rich) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `rich` to 14.2.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.0.0...v14.2.0) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v7.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f95c23 commit 11844f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requires-python = ">=3.9"
2626
dependencies = [
2727
"httpx ~= 0.28", # better HTTP requests
2828
'bokeh ~= 2.4; platform_system != "Emscripten"', # interactive plots from datalab directly
29-
"rich ~= 13.0", # nicer terminal output
29+
"rich >= 13,< 15", # nicer terminal output
3030
"numpy < 2", # upper pin for numpy due to bad pins in bokeh
3131
]
3232

@@ -35,7 +35,7 @@ dependencies = [
3535
dev = [
3636
"pre-commit >= 3,< 5",
3737
"pytest ~= 8.0",
38-
"pytest-cov >= 5,< 7",
38+
"pytest-cov >= 5,< 8",
3939
"respx ~= 0.22",
4040
]
4141

0 commit comments

Comments
 (0)