Uh oh!
There was an error while loading. Please reload this page.
Update all dependencies - abandoned - #169
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #169 +/- ##
=======================================
Coverage 83.37% 83.37% =======================================
Files 24 24 Lines 2424 2424 Branches 440 440 =======================================
Hits 2021 2021 Misses 284 284 Partials 119 119
Flags with carried forward coverage won't be shown. Click here to find out more. |
248c476 to
f50cd12Compared83b4e6 to
7204d75Compare6afb57d to
fc3c1daComparefc3c1da to
f02c308Compare02c1b7c to
8160602Compare8160602 to
8b6cef9Compare8b6cef9 to
816db08Compare8410189 to
4a93664Compare41f5b9d to
5d47c59Compare5bdbd5b to
45c84caCompareb361ada to
438121cComparedfc6fda to
f66da70Compare98ed181 to
3359aa6Compare9f6cedf to
b78ffbaCompare75b347b to
ff01bb3Compare7ea6642 to
15e7a5fComparee9e0149 to
04582abComparef107609 to
2692427Compare066bebf to
8e69761Comparefor more information, see https://pre-commit.ci
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
==0.21.0→==0.25.0==6.0.0→==6.3.0==3.14.0→==3.15.1==2.3.1→==2.4.0==8.1.2→==8.2.0==1.8.0→==1.9.0Release Notes
prometheus/client_python (prometheus_client)
v0.25.0Compare Source
What's Changed
Full Changelog: prometheus/client_python@v0.24.1...v0.25.0
v0.24.1Compare Source
v0.24.0Compare Source
What's Changed
Full Changelog: prometheus/client_python@v0.23.1...v0.24.0
v0.23.1Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/client_python@v0.23.0...v0.23.1
v0.23.0Compare Source
What's Changed
write_to_textfilefor custom tmpdir by @aadityadhruv in #1115New Contributors
Full Changelog: prometheus/client_python@v0.22.1...v0.23.0
v0.22.1Compare Source
What's Changed
Full Changelog: prometheus/client_python@v0.22.0...v0.22.1
v0.22.0Compare Source
What's Changed
write_to_textfileleaves back temp files on errors by @ethanschen in #1066Full Changelog: prometheus/client_python@v0.21.0...v0.22.0
v0.21.1: 0.21.1 / 2024-12-03Compare Source
What's Changed
[BUGFIX] Revert incorrect use of reentrant locks. #1076
pytest-dev/pytest-cov (pytest-cov)
v6.3.0Compare Source
Contributed by Marcos Boger in
#​712 <https://github.com/pytest-dev/pytest-cov/pull/712>_and
#​714 <https://github.com/pytest-dev/pytest-cov/pull/714>_.Anonymous contribution in
#​706 <https://github.com/pytest-dev/pytest-cov/pull/706>_.v6.2.1Compare Source
Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.
Removed deprecated license classifier (packaging).
Disabled coverage warnings in two more situations where they have no value:
v6.2.0Compare Source
The plugin now adds 3 rules in the filter warnings configuration to prevent common coverage warnings being raised as obscure errors::
default:unclosed database in <sqlite3.Connection object at:ResourceWarning
once::PytestCovWarning
once::CoverageWarning
This fixes most of the bad interactions that are occurring on pytest 8.4 with
filterwarnings=error.The plugin will check if there already matching rules for the 3 categories
(
ResourceWarning,PytestCovWarning,CoverageWarning) and message (unclosed database in <sqlite3.Connection object at) before adding the filters.This means you can have this in your pytest configuration for complete oblivion (not recommended, if that is not clear)::
filterwarnings = [
"error",
"ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning",
"ignore::PytestCovWarning",
"ignore::CoverageWarning",
]
v6.1.1Compare Source
--cov-contextand theno_covermarker are used together.v6.1.0Compare Source
Contributed by Tsvika Shapira in
#​678 <https://github.com/pytest-dev/pytest-cov/pull/678>_.#​675 <https://github.com/pytest-dev/pytest-cov/issues/675>_.--cov-precision.pytest-dev/pytest-mock (pytest-mock)
v3.15.1Compare Source
2025-09-16
#​529 <https://github.com/pytest-dev/pytest-mock/issues/529>_: Fixeditertools._tee object has no attribute error-- nowduplicate_iterators=Truemust be passed tomocker.spyto duplicate iterators.v3.15.0Compare Source
2025-09-04
#​524 <https://github.com/pytest-dev/pytest-mock/pull/524>_: Addedspy_return_itertomocker.spy, which contains a duplicate of the return value of the spied method if it is anIterator.v3.14.1Compare Source
#​503 <https://github.com/pytest-dev/pytest-mock/pull/503>_: Python 3.14 is now officially supported.pytest-dev/pytest-timeout (pytest-timeout)
v2.4.0Compare Source
jasonrbriggs/stomp.py (stomp-py)
v8.2.0Compare Source
websocket-client/websocket-client (websocket-client)
v1.9.0Compare Source
1.9.0
Configuration
📅 Schedule: (in timezone Europe/London)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.