Skip to content

Update Poetry dependencies - #331

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/poetry-dependencies
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/poetry-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
coverage 7.15.47.16.1 age confidence
debugpy (source) 1.8.211.8.22 age confidence
responses (changelog) 0.26.20.26.3 age confidence
types-requests (changelog) 2.33.0.202607122.33.0.20260906 age confidence

Release Notes

coveragepy/coveragepy (coverage)

v7.16.1

Compare Source

  • Fix: when the body of an irrefutable case (like case _:) is entirely
    excluded, the case line is now excluded too, just as an excluded
    else: body removes the else: line. Previously the case line was
    left behind and reported as missing. Closes issue 1563_ with pull 2269_.

  • Fix: using :meth:.CoverageData.update twice on an in-memory database would
    fail, as described in issue 2279_. This is now fixed.

.. _issue 1563: #​1563
.. _pull 2269: #​2269
.. _issue 2279: #​2279

.. _changes_7-16-0:

v7.16.0

Compare Source

  • When combining files, now path separator slashes will automatically be
    converted to the local file system style. This makes it less necessary to
    define [paths] configuration to combine data across operating systems.
    Fixes issue 2266_.

  • The :meth:.Coverage.switch_context method now returns the previous context.

  • Fix: previously, a [paths] pattern would be replaced everywhere in a file
    path when it was only meant to be replaced once, in the leading portion of
    the path. This is now fixed, in pull 2268_.

  • Fixes to validation of options and configuration settings:

    • Negative precision settings now always cause useful error messages (pull 2261_).

    • An invalid regex in the --contexts option (or the [report] contexts setting) reported a confusing "Couldn't use data file ...:
      user-defined function raised exception" error. Now it raises a proper
      configuration error naming the bad regex, like other regex settings do
      (pull 2262_).

    • Non-string values in TOML configuration settings now produce a helpful
      error message instead of a traceback. This affects list settings whose
      elements aren't strings (like omit, exclude_lines, or a [paths]
      entry), file settings like data_file, and any wrong-typed value in the
      [paths] section (pull 2263_).

    • coverage run refuses run-affecting command-line options like
      --branch alongside --concurrency=multiprocessing, since they can't
      reach the subprocesses. The check only recognized multiprocessing as
      the entire option value, so --concurrency=multiprocessing,thread
      slipped through and failed later with "Can't combine statement coverage
      data with branch data". Each named concurrency library is now properly
      considered (pull 2270_).

  • Fix: coverage annotate -d DIR raised an AssertionError if any
    measured file had an extension other than .py, such as a .pyw file on
    Windows. The original extension is now restored on the annotated copy (pull 2265_).

.. _pull 2261: #​2261
.. _pull 2262: #​2262
.. _pull 2263: #​2263
.. _pull 2265: #​2265
.. _issue 2266: #​2266
.. _pull 2268: #​2268
.. _pull 2270: #​2270

.. _changes_7-15-4:

microsoft/debugpy (debugpy)

v1.8.22: debugpy v1.8.22

Compare Source

Fixes
Enhancements
Infrastructure work

Thanks to @​pdepetro, @​rchiodo, @​nshepperd, @​aperez, @​karandhaodiyal28-hash, @​danfiedler-msft, and @​finnagin for the commits.

Full Changelog: microsoft/debugpy@v1.8.21...v1.8.22

getsentry/responses (responses)

v0.26.3

Compare Source

  • Added a keep_headers argument to _recorder.record and
    Recorder.dump_to_file to preserve named headers (for example Date)
    that are otherwise stripped as verbose defaults, so a signed response can be
    recorded and later verified. Matching is case-insensitive. See #​763
  • Fixed the element type exposed by CallList so static type checkers infer
    Call values when iterating, indexing, or filtering recorded calls. See #​722
  • Fixed query_string_matcher (and the query matching auto-applied to a
    registered URL's own query string) discarding blank-valued query params
    (b=), which caused requests with an extra or missing blank param to
    match incorrectly. See #​804
  • Fixed fragment_identifier_matcher treating opaque fragments (those without
    =, e.g. /users/5) as always equal, so a required fragment matched a
    different one or none at all. See #​806

Configuration

📅 Schedule: (in timezone CET)

  • Branch creation
    • At any time (no schedule defined)
  • 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 force-pushed the renovate/poetry-dependencies branch from 96390f3 to dd26916 Compare September 3, 2026 01:04
@renovate renovate Bot changed the title Update dependency responses to v0.26.3 Update Poetry dependencies Sep 3, 2026
@sonarqube-next

sonarqube-next Bot commented Sep 3, 2026

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed for 'Python Scanner'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
0 Dependency risks
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@renovate
renovate Bot force-pushed the renovate/poetry-dependencies branch from dd26916 to 1ba3a40 Compare September 11, 2026 10:53
@renovate
renovate Bot force-pushed the renovate/poetry-dependencies branch from 1ba3a40 to f6bfd00 Compare September 18, 2026 22:51
@renovate
renovate Bot force-pushed the renovate/poetry-dependencies branch from f6bfd00 to 49fc1bc Compare September 20, 2026 23:55
@sonarqube-next

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed for 'Python Scanner'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
0 Dependency risks
No data about Coverage
No data about Duplication

See analysis details on SonarQube

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants