fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| coverage |
7.13.3 → 7.13.4
|
dev | patch | ||
| pytest-env |
1.2.0 → 1.3.2
|
dev | minor | ||
| uis/devops/continuous-delivery/ci-templates |
v7.27.8 → v7.27.12
|
repository | patch |
Release Notes
coveragepy/coveragepy (coverage)
v7.13.4
-
Fix: the third-party code fix in 7.13.3 required examining the parent directories where coverage was run. In the unusual situation that one of the parent directories is unreadable, a PermissionError would occur, as described in
issue 2129_. This is now fixed. -
Fix: in test suites that change sys.path, coverage.py could fail with "RuntimeError: Set changed size during iteration" as described and fixed in
pull 2130_. Thanks, Noah Fatsi. -
We now publish ppc64le wheels, thanks to
Pankhudi Jain <pull 2121_>_.
.. _pull 2121: #2121 .. _issue 2129: #2129 .. _pull 2130: #2130
.. _changes_7-13-3:
pytest-dev/pytest-env (pytest-env)
v1.3.2
v1.3.1
What's Changed
-
🔧 build(type): migrate from mypy to ty by @gaborbernat in #192 -
♻️ refactor(plugin): consolidate TOML config parsing by @gaborbernat in #193 -
✅ test(plugin): verify env vars available during conftest imports by @gaborbernat in #194
Full Changelog: https://github.com/pytest-dev/pytest-env/compare/1.3.0...1.3.1
v1.3.0
What's Changed
- Support pytest.toml and .pytest.toml by @mikicz in #180
-
✨ feat(config): support [tool.pytest] in pyproject.toml by @gaborbernat in #189 -
✨ feat(plugin): add U flag to unset env variables by @gaborbernat in #188 -
🐛 fix(config): use inipath for TOML file discovery by @gaborbernat in #190 -
✨ feat(plugin): add .env file loading support by @gaborbernat in #191
New Contributors
Full Changelog: https://github.com/pytest-dev/pytest-env/compare/1.2.0...1.3.0
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v7.27.12: 7.27.12
7.27.12 (2026-02-11)
v7.27.11: 7.27.11
7.27.11 (2026-02-11)
Bug Fixes
-
deps: update python:3 docker digest to
151ab35(304b027) -
deps: update python:3.14 docker digest to
151ab35(2b90aef)
v7.27.10: 7.27.10
7.27.10 (2026-02-10)
Bug Fixes
v7.27.9: 7.27.9
7.27.9 (2026-02-09)
Bug Fixes
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.