Sourced from tenacity's releases.
9.1.2
Full Changelog: https://github.com/jd/tenacity/compare/9.1.1...9.1.2
9.1.1
What's Changed
- Test with Python 3.13 by
@edgarrmondragonin jd/tenacity#480- ci: remove Python 3.8 support by
@jdin jd/tenacity#515- fix: return "Self" from "BaseRetrying.copy" by
@ThirVondukrin jd/tenacity#518- ci: upload on PyPI using trusted publishing by
@jdin jd/tenacity#520- Add re.Pattern to allowed match types by
@robertschweizerin jd/tenacity#497New Contributors
@Young-Lordmade their first contribution in jd/tenacity#491@edgarrmondragonmade their first contribution in jd/tenacity#480@ThirVondukrmade their first contribution in jd/tenacity#518@robertschweizermade their first contribution in jd/tenacity#497Full Changelog: https://github.com/jd/tenacity/compare/9.0.0...9.1.0
62787c3
ci: fix build2b173a1
ci: fix typoa44271f
fix: Add re.Pattern to allowed match types (#497)b4dfa3f
chore(deps): bump actions/setup-python in the github-actions group (#522)f9a879c
ci: upload on PyPI using trusted publishing (#520)bfbf173
fix: return "Self" from "BaseRetrying.copy" (#518)212c47c
ci: update ubuntu image (#516)3e2c181
ci: remove Python 3.8 support (#515)3203359
Test with Python 3.13 (#480)72db274
chore(deps): bump actions/setup-python in the github-actions group (#513)Sourced from pytest-cov's changelog.
6.1.0 (2025-04-01)
- Change terminal output to use full width lines for the coverage header. Contributed by Tsvika Shapira in
[#678](https://github.com/pytest-dev/pytest-cov/issues/678) <https://github.com/pytest-dev/pytest-cov/pull/678>_.- Removed unnecessary CovFailUnderWarning. Fixes
[#675](https://github.com/pytest-dev/pytest-cov/issues/675) <https://github.com/pytest-dev/pytest-cov/issues/675>_.- Fixed the term report not using the precision specified via
--cov-precision.
10f8cde
Bump version: 6.0.0 → 6.1.010b14af
Update changelog.aa57aed
Refactor a bit the internals to be a bit less boilerplatey and have more
clar...e760099
Make sure the CLI precision is used when creating report. Fixes #674.44540e1
Remove unnecessary CovFailUnderWarning. Closes #675.204af14
Update changelog.089e7bb
Upgrade ruff.ab2cd26
Add py 3.13 to test grid and update some deps.2de0c6c
add reference to code source362a359
move section between functions