Skip to content

Update all dependencies - abandoned - #169

Closed
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/all
Closed

Update all dependencies - abandoned#169
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/all

Conversation

@renovate

@renovaterenovateBot commented Jul 17, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
prometheus_client==0.21.0==0.25.0ageconfidence
pytest-cov (changelog)==6.0.0==6.3.0ageconfidence
pytest-mock (changelog)==3.14.0==3.15.1ageconfidence
pytest-timeout==2.3.1==2.4.0ageconfidence
stomp-py==8.1.2==8.2.0ageconfidence
websocket-client (source)==1.8.0==1.9.0ageconfidence

Release Notes

prometheus/client_python (prometheus_client)

v0.25.0

Compare Source

What's Changed

Full Changelog: prometheus/client_python@v0.24.1...v0.25.0

v0.24.1

Compare Source

v0.24.0

Compare Source

What's Changed

Full Changelog: prometheus/client_python@v0.23.1...v0.24.0

v0.23.1

Compare Source

What's Changed
New Contributors

Full Changelog: prometheus/client_python@v0.23.0...v0.23.1

v0.23.0

Compare Source

What's Changed
New Contributors

Full Changelog: prometheus/client_python@v0.22.1...v0.23.0

v0.22.1

Compare Source

What's Changed

Full Changelog: prometheus/client_python@v0.22.0...v0.22.1

v0.22.0

Compare Source

What's Changed

Full Changelog: prometheus/client_python@v0.21.0...v0.22.0

v0.21.1: 0.21.1 / 2024-12-03

Compare Source

What's Changed

[BUGFIX] Revert incorrect use of reentrant locks. #​1076

pytest-dev/pytest-cov (pytest-cov)

v6.3.0

Compare Source

  • Added support for markdown reports.
    Contributed by Marcos Boger in #&#8203;712 <https://github.com/pytest-dev/pytest-cov/pull/712>_
    and #&#8203;714 <https://github.com/pytest-dev/pytest-cov/pull/714>_.
  • Fixed some formatting issues in docs.
    Anonymous contribution in #&#8203;706 <https://github.com/pytest-dev/pytest-cov/pull/706>_.

v6.2.1

Compare 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:

    • "module-not-measured" in workers
    • "already-imported" in subprocesses

v6.2.0

Compare 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.1

Compare Source

  • Fixed breakage that occurs when --cov-context and the no_cover marker are used together.

v6.1.0

Compare Source

  • Change terminal output to use full width lines for the coverage header.
    Contributed by Tsvika Shapira in #&#8203;678 <https://github.com/pytest-dev/pytest-cov/pull/678>_.
  • Removed unnecessary CovFailUnderWarning. Fixes #&#8203;675 <https://github.com/pytest-dev/pytest-cov/issues/675>_.
  • Fixed the term report not using the precision specified via --cov-precision.
pytest-dev/pytest-mock (pytest-mock)

v3.15.1

Compare Source

2025-09-16

  • #&#8203;529 <https://github.com/pytest-dev/pytest-mock/issues/529>_: Fixed itertools._tee object has no attribute error -- now duplicate_iterators=True must be passed to mocker.spy to duplicate iterators.

v3.15.0

Compare Source

2025-09-04

  • Python 3.8 (EOL) is no longer supported.
  • #&#8203;524 <https://github.com/pytest-dev/pytest-mock/pull/524>_: Added spy_return_iter to mocker.spy, which contains a duplicate of the return value of the spied method if it is an Iterator.

v3.14.1

Compare Source

  • #&#8203;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.0

Compare Source

jasonrbriggs/stomp.py (stomp-py)

v8.2.0

Compare Source

  • New binary_mode param on WS connections (#​419)
  • Correct WSTransport.receive output (#​422)
  • Change version from tuple to string, add tuple version function to get back to the old value
  • Docker file updates to fix vulnerabilities
  • Exception handling fix for websocket connections
  • Fix to use the defined timeout during the websocket connection
  • Update exception to report when file doesn't exist (#​438)
  • Make the receiver thread part of the transport class (#​435)
  • Use heartbeat_terminate_event as heartbeat loop exit condition to avoid a race condition (#​433)
websocket-client/websocket-client (websocket-client)

v1.9.0

Compare Source

1.9.0


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "after 7am and before 4pm on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovaterenovateBot added the dependencies Pull requests that update a dependency file label Jul 17, 2023
@codecov

codecovBot commented Jul 17, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.37%. Comparing base (b20f7da) to head (61372d7).
Report is 11 commits behind head on main.

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 
FlagCoverage Δ
83.37% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

@renovaterenovateBot changed the title chore(deps): update dependency prometheus-client to v0.17.1chore(deps): update all dependenciesAug 17, 2023
@renovate
renovateBotforce-pushed the renovate/all branch 2 times, most recently from 248c476 to f50cd12CompareAugust 20, 2023 13:43
@renovate
renovateBotforce-pushed the renovate/all branch 3 times, most recently from d83b4e6 to 7204d75CompareSeptember 9, 2023 20:21
@renovate
renovateBotforce-pushed the renovate/all branch 2 times, most recently from 6afb57d to fc3c1daCompareSeptember 14, 2023 18:34
@renovate
renovateBotforce-pushed the renovate/all branch 2 times, most recently from 02c1b7c to 8160602CompareOctober 26, 2023 19:50
@renovate
renovateBotforce-pushed the renovate/all branch 3 times, most recently from 8410189 to 4a93664CompareFebruary 20, 2024 19:40
@renovate
renovateBotforce-pushed the renovate/all branch 2 times, most recently from 41f5b9d to 5d47c59CompareMarch 23, 2024 23:25
@renovate
renovateBotforce-pushed the renovate/all branch 2 times, most recently from 5bdbd5b to 45c84caCompareApril 14, 2024 21:42
@renovate
renovateBotforce-pushed the renovate/all branch 2 times, most recently from b361ada to 438121cCompareJune 21, 2024 17:28
@renovate
renovateBotforce-pushed the renovate/all branch 2 times, most recently from dfc6fda to f66da70CompareJuly 3, 2024 17:21
@renovaterenovateBot changed the title chore(deps): update all dependenciesUpdate all dependenciesJan 22, 2025
@renovaterenovateBot changed the title Update all dependencieschore(deps): update all dependenciesFeb 27, 2025
@renovate
renovateBotforce-pushed the renovate/all branch 2 times, most recently from 9f6cedf to b78ffbaCompareApril 7, 2025 15:31
@renovate
renovateBotforce-pushed the renovate/all branch 2 times, most recently from 7ea6642 to 15e7a5fCompareJanuary 16, 2026 17:38
@renovate
renovateBotforce-pushed the renovate/all branch 2 times, most recently from e9e0149 to 04582abCompareMarch 13, 2026 12:38
@renovaterenovateBot changed the title chore(deps): update all dependenciesUpdate all dependenciesMar 13, 2026
@renovaterenovateBot changed the title Update all dependencieschore(deps): update all dependenciesMar 13, 2026
@renovaterenovateBot changed the title chore(deps): update all dependenciesUpdate all dependenciesApr 8, 2026
@renovate
renovateBotforce-pushed the renovate/all branch 2 times, most recently from f107609 to 2692427CompareApril 14, 2026 01:19
@renovate
renovateBotforce-pushed the renovate/all branch 4 times, most recently from 066bebf to 8e69761CompareApril 27, 2026 22:15
@renovate

renovateBot commented Apr 28, 2026

Copy link
Copy Markdown
ContributorAuthor

Edited/Blocked Notification

Renovate 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.

⚠️Warning: custom changes will be lost.

@renovaterenovateBot changed the title Update all dependenciesUpdate all dependencies - abandonedApr 28, 2026
@renovate

renovateBot commented Apr 28, 2026

Copy link
Copy Markdown
ContributorAuthor

Autoclosing Skipped

This 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.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ndevenish