Skip to content

Commit 418e1a6

Browse files
Bump coverage
Bumps the client-python group with 1 update in the /client/python directory: [coverage](https://github.com/coveragepy/coveragepy). Updates `coverage` from 6.5.0 to 7.10.7 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@6.5.0...7.10.7) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.7 dependency-type: direct:development update-type: version-update:semver-major dependency-group: client-python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af539bc commit 418e1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [{ name = "G-Research Open Source Software", email = "armada@armadapro
1212
format = ["black>=23.7.0", "flake8>=7.0.0", "pylint>=2.17.5"]
1313
# note(JayF): sphinx-jekyll-builder was broken by sphinx-markdown-builder 0.6 -- so pin to 0.5.5
1414
docs = ["sphinx==7.1.2", "sphinx-jekyll-builder==0.3.0", "sphinx-toolbox==3.2.0b1", "sphinx-markdown-builder==0.5.5"]
15-
test = ["pytest==7.3.1", "coverage==6.5.0", "pytest-asyncio==0.21.1"]
15+
test = ["pytest==7.3.1", "coverage==7.10.7", "pytest-asyncio==0.21.1"]
1616

1717
[build-system]
1818
requires = ["setuptools"]

0 commit comments

Comments
 (0)