Skip to main content

Bump pytest-cov from 6.1.0 to 6.1.1

ID
3a94bef
date
2025-04-07 10:19:10+00:00
author
dependabot <https://github.com/dependabot>
parent
d3b2216
message
Bump pytest-cov from 6.1.0 to 6.1.1

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.0 to 6.1.1.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
changed files
1 file, 9 additions, 2 deletions

Changed files

dev_requirements.txt (530) → dev_requirements.txt (643)

diff --git a/dev_requirements.txt b/dev_requirements.txt
index 90b20f1..d562754 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -1,7 +1,9 @@
 # This file was autogenerated by uv via the following command:
 #    uv pip compile dev_requirements.in --output-file dev_requirements.txt
-coverage==7.8.0
+coverage[toml]==7.8.0
     # via pytest-cov
+exceptiongroup==1.2.2
+    # via pytest
 iniconfig==2.1.0
     # via pytest
 mypy==1.15.0
@@ -14,9 +16,14 @@ pluggy==1.5.0
     # via pytest
 pytest==8.3.5
     # via pytest-cov
-pytest-cov==6.1.0
+pytest-cov==6.1.1
     # via -r dev_requirements.in
 ruff==0.11.2
     # via -r dev_requirements.in
+tomli==2.2.1
+    # via
+    #   coverage
+    #   mypy
+    #   pytest
 typing-extensions==4.13.0
     # via mypy