Skip to content

Update all dependencies#169

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

Update all dependencies#169
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 17, 2023

This PR contains the following updates:

Package Change Age Confidence
prometheus_client ==0.21.0==0.25.0 age confidence
pytest-cov (changelog) ==6.0.0==6.3.0 age confidence
pytest-mock (changelog) ==3.14.0==3.15.1 age confidence
pytest-timeout ==2.3.1==2.4.0 age confidence
stomp-py ==8.1.2==8.2.0 age confidence
websocket-client (source) ==1.8.0==1.9.0 age confidence

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 17, 2023
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 17, 2023

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

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

@renovate renovate bot changed the title chore(deps): update dependency prometheus-client to v0.17.1 chore(deps): update all dependencies Aug 17, 2023
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 248c476 to f50cd12 Compare August 20, 2023 13:43
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d83b4e6 to 7204d75 Compare September 9, 2023 20:21
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6afb57d to fc3c1da Compare September 14, 2023 18:34
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 02c1b7c to 8160602 Compare October 26, 2023 19:50
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8410189 to 4a93664 Compare February 20, 2024 19:40
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 41f5b9d to 5d47c59 Compare March 23, 2024 23:25
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5bdbd5b to 45c84ca Compare April 14, 2024 21:42
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b361ada to 438121c Compare June 21, 2024 17:28
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from dfc6fda to f66da70 Compare July 3, 2024 17:21
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update all dependencies - autoclosed Oct 30, 2024
@renovate renovate bot closed this Oct 30, 2024
@renovate renovate bot deleted the renovate/all branch October 30, 2024 11:48
@renovate renovate bot restored the renovate/all branch October 31, 2024 22:01
@renovate renovate bot changed the title chore(deps): update all dependencies - autoclosed chore(deps): update all dependencies Oct 31, 2024
@renovate renovate bot reopened this Oct 31, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies chore(deps): update dependency stomp-py to v8.2.0 Nov 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency stomp-py to v8.2.0 chore(deps): update all dependencies Dec 3, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies Update all dependencies Jan 22, 2025
@renovate renovate bot changed the title Update all dependencies chore(deps): update all dependencies Feb 27, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9f6cedf to b78ffba Compare April 7, 2025 15:31
@renovate renovate bot force-pushed the renovate/all branch from b78ffba to 7f106ac Compare May 7, 2025 23:30
@renovate renovate bot force-pushed the renovate/all branch from 7f106ac to 75b347b Compare May 18, 2025 22:45
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7ea6642 to 15e7a5f Compare January 16, 2026 17:38
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e9e0149 to 04582ab Compare March 13, 2026 12:38
@renovate renovate bot changed the title chore(deps): update all dependencies Update all dependencies Mar 13, 2026
@renovate renovate bot changed the title Update all dependencies chore(deps): update all dependencies Mar 13, 2026
@renovate renovate bot changed the title chore(deps): update all dependencies Update all dependencies Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants