diff options
| author | 2023-06-10 02:53:14 -0700 | |
|---|---|---|
| committer | 2023-06-10 02:53:14 -0700 | |
| commit | 787ce8322e74d414c18f24c89f0a1626fa076a3d (patch) | |
| tree | dce8bbc5ead4bb0afbc9c0b1532d19b07a62dd1d /pyproject.toml | |
| parent | Bump sentry-sdk from 1.24.0 to 1.25.1 (#2626) (diff) | |
Bump pytest-cov from 4.0.0 to 4.1.0 (#2616)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index fab2786c1..f396d0d04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ isort = "5.12.0"  pre-commit = "3.3.2"  pip-licenses = "4.3.2"  pytest = "7.3.1" -pytest-cov = "4.0.0" +pytest-cov = "4.1.0"  pytest-subtests = "0.11.0"  pytest-xdist = "3.3.1"  ruff = "0.0.267"  |