Skip to content

chore(deps): update all non-major dependencies #3244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action minor v4.2.2 -> v4.3.0 age confidence
anyio (changelog) minor ==4.9.0 -> ==4.10.0 age confidence
coverage patch ==7.10.2 -> ==7.10.3 age confidence
maxbrunet/pre-commit-renovate repository minor 41.43.0 -> 41.62.2 age confidence
pre-commit minor ==4.2.0 -> ==4.3.0 age confidence
pycqa/pylint repository patch v3.3.7 -> v3.3.8 age confidence
pylint (changelog) patch ==3.3.7 -> ==3.3.8 age confidence
python final minor 3.12-alpine -> 3.13-alpine age confidence
python stage minor 3.12-alpine -> 3.13-alpine age confidence
python-semantic-release/publish-action action patch v10.3.0 -> v10.3.1 age confidence
python-semantic-release/python-semantic-release action patch v10.3.0 -> v10.3.1 age confidence
responses (changelog) patch ==0.25.7 -> ==0.25.8 age confidence
types-PyYAML (changelog) patch ==6.0.12.20250516 -> ==6.0.12.20250809 age confidence
types-requests (changelog) patch ==2.32.4.20250611 -> ==2.32.4.20250809 age confidence
types-setuptools (changelog) patch ==80.9.0.20250801 -> ==80.9.0.20250809 age confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

actions/checkout (actions/checkout)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

agronholm/anyio (anyio)

v4.10.0

Compare Source

  • Added the feed_data() method to the BufferedByteReceiveStream class, allowing users to inject data directly into the buffer
  • Added various class methods to wrap existing sockets as listeners or socket streams:
    • SocketListener.from_socket()
    • SocketStream.from_socket()
    • UNIXSocketStream.from_socket()
    • UDPSocket.from_socket()
    • ConnectedUDPSocket.from_socket()
    • UNIXDatagramSocket.from_socket()
    • ConnectedUNIXDatagramSocket.from_socket()
  • Added a hierarchy of connectable stream classes for transparently connecting to various remote or local endpoints for exchanging bytes or objects
  • Added context manager mix-in classes (anyio.ContextManagerMixin and anyio.AsyncContextManagerMixin) to help write classes that embed other context managers, particularly cancel scopes or task groups (#​905; PR by @​agronholm and @​tapetersen)
  • Added the ability to specify the thread name in start_blocking_portal() (#​818; PR by @​davidbrochart)
  • Added anyio.notify_closing to allow waking anyio.wait_readable and anyio.wait_writable before closing a socket. Among other things, this prevents an OSError on the ProactorEventLoop. (#​896; PR by @​graingert)
  • Incorporated several documentation improvements from the EuroPython 2025 sprint (special thanks to the sprinters: Emmanuel Okedele, Jan Murre, Euxenia Miruna Goia and Christoffer Fjord)
  • Added a documentation page explaining why one might want to use AnyIO's APIs instead of asyncio's
  • Updated the to_interpreters module to use the public concurrent.interpreters API on Python 3.14 or later
  • Fixed anyio.Path.copy() and anyio.Path.copy_into() failing on Python 3.14.0a7
  • Fixed return annotation of __aexit__ on async context managers. CMs which can suppress exceptions should return bool, or None otherwise. (#​913; PR by @​Enegg)
  • Fixed rollover boundary check in SpooledTemporaryFile so that rollover only occurs when the buffer size exceeds max_size (#​915; PR by @​11kkw)
  • Migrated testing and documentation dependencies from extras to dependency groups
  • Fixed compatibility of anyio.to_interpreter with Python 3.14.0b2 (#​926; PR by @​hroncok)
  • Fixed SyntaxWarning on Python 3.14 about return in finally (#​816)
  • Fixed RunVar name conflicts. RunVar instances with the same name should not share storage (#​880; PR by @​vimfu)
  • Renamed the BrokenWorkerIntepreter exception to BrokenWorkerInterpreter. The old name is available as a deprecated alias. (#​938; PR by @​ayussh-verma)
  • Fixed an edge case in CapacityLimiter on asyncio where a task, waiting to acquire a limiter gets cancelled and is subsequently granted a token from the limiter, but before the cancellation is delivered, and then fails to notify the next waiting task (#​947)
nedbat/coveragepy (coverage)

v7.10.3

Compare Source

  • Fixes for patch = subprocess:

    • If subprocesses spawned yet more subprocesses simultaneously, some coverage
      could be missed. This is now fixed, closing issue 2024_.

    • If subprocesses were created in other directories, their data files were
      stranded there and not combined into the totals, as described in issue 2025_. This is now fixed.

    • On Windows (or maybe only some Windows?) the patch would fail with a
      ModuleNotFound error trying to import coverage. This is now fixed,
      closing issue 2022_.

    • Originally only options set in the coverage configuration file would apply
      to subprocesses. Options set on the coverage run command line (such as
      --branch) wouldn't be communicated to the subprocesses. This could
      lead to combining failures, as described in issue 2021_. Now the entire
      configuration is used in subprocesses, regardless of its origin.

    • Added debug=patch to help diagnose problems.

  • Fix: really close all SQLite databases, even in-memory ones. Closes issue 2017_.

.. _issue 2017:https://github.com/nedbat/coveragepy/issues/20177
.. _issue 2021https://github.com/nedbat/coveragepy/issues/202121
.. _issue 202https://github.com/nedbat/coveragepy/issues/2022022
.. _issue 20https://github.com/nedbat/coveragepy/issues/20242024
.. _issue 2https://github.com/nedbat/coveragepy/issues/2025/2025

.. _changes_7-10-2:

maxbrunet/pre-commit-renovate (maxbrunet/pre-commit-renovate)

v41.62.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.62.2 for more changes

v41.62.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.62.0 for more changes

v41.61.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.61.1 for more changes

v41.61.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.61.0 for more changes

v41.60.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.60.4 for more changes

v41.60.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.60.3 for more changes

v41.60.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.60.2 for more changes

v41.60.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.60.1 for more changes

v41.60.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.60.0 for more changes

v41.59.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.59.2 for more changes

v41.59.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.59.1 for more changes

v41.59.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.59.0 for more changes

v41.58.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.58.2 for more changes

v41.58.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.58.1 for more changes

v41.58.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.58.0 for more changes

v41.57.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.57.1 for more changes

v41.57.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.57.0 for more changes

v41.56.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.56.1 for more changes

v41.56.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.56.0 for more changes

v41.55.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.55.3 for more changes

v41.55.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.55.2 for more changes

v41.55.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.55.1 for more changes

v41.55.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.55.0 for more changes

v41.54.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.54.0 for more changes

v41.53.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.53.1 for more changes

v41.53.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.53.0 for more changes

pre-commit/pre-commit (pre-commit)

v4.3.0

Compare Source

==================

Features
pycqa/pylint (pycqa/pylint)

v3.3.8

Compare Source

What's new in Pylint 3.3.8?

Release date: 2025-08-09

This patch release includes an exceptional fix for a false negative issue. For details, see: https://github.com/pylint-dev/pylint/pull/10482#issuecomment-3164514082

False Positives Fixed

  • Fix false positives for possibly-used-before-assignment when variables are exhaustively
    assigned within a match block.

    Closes #​9668

  • Fix false positive for missing-raises-doc and missing-yield-doc when the method length is less than docstring-min-length.

    Refs #​10104

  • Fix a false positive for unused-variable when multiple except handlers bind the same name under a try block.

    Closes #​10426

False Negatives Fixed

  • Fix false-negative for used-before-assignment with from __future__ import annotations in function definitions.

    Refs #​10482

Other Bug Fixes

  • Fix a bug in Pyreverse where aggregations and associations were included in diagrams regardless of the selected --filter-mode (such as PUB_ONLY, ALL, etc.).

    Closes #​10373

  • Fix double underscores erroneously rendering as bold in pyreverse's Mermaid output.

    Closes #​10402

pylint-dev/pylint (pylint)

v3.3.8

Compare Source

What's new in Pylint 3.3.8?

Release date: 2025-08-09

This patch release includes an exceptional fix for a false negative issue. For details, see: https://github.com/pylint-dev/pylint/pull/10482#issuecomment-3164514082

False Positives Fixed

  • Fix false positives for possibly-used-before-assignment when variables are exhaustively
    assigned within a match block.

    Closes #​9668

  • Fix false positive for missing-raises-doc and missing-yield-doc when the method length is less than docstring-min-length.

    Refs #​10104

  • Fix a false positive for unused-variable when multiple except handlers bind the same name under a try block.

    Closes #​10426

False Negatives Fixed

  • Fix false-negative for used-before-assignment with from __future__ import annotations in function definitions.

    Refs #​10482

Other Bug Fixes

  • Fix a bug in Pyreverse where aggregations and associations were included in diagrams regardless of the selected --filter-mode (such as PUB_ONLY, ALL, etc.).

    Closes #​10373

  • Fix double underscores erroneously rendering as bold in pyreverse's Mermaid output.

    Closes #​10402

python-semantic-release/publish-action (python-semantic-release/publish-action)

v10.3.1

Compare Source

v10.3.1 (2025-08-06)

Build System
  • deps: Bump python-semantic-release from 10.3.0 to 10.3.1 (#​75, d0eb730)

Detailed Changes: v10.3.0...v10.3.1

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)

v10.3.1

Compare Source

====================

🪲 Bug Fixes

  • github-actions: Refactor the action output error checking for non-release executions, closes
    #1307_ (PR#1308, 5385724)

📖 Documentation

  • github-actions: Adjust docs for direct links to action example workflows, closes #1303_
    (PR#1309, 8efebe2)

.. _#1303:https://github.com/python-semantic-release/python-semantic-release/issues/13033
.. _#1307https://github.com/python-semantic-release/python-semantic-release/issues/130707
.. _5385724: python-semantic-release/python-semantic-release@5385724
.. _8efebe2: python-semantic-release/python-semantic-release@8efebe2
.. _PR#1https://github.com/python-semantic-release/python-semantic-release/pull/1308/1308
.. _PR#https://github.com/python-semantic-release/python-semantic-release/pull/1309l/1309

.. _changelog-v10.3.0:

getsentry/responses (responses)

v0.25.8

Compare Source

  • Fix bug where the content type is always recorded as either text/plain or application/json. See #​770
  • Allow asserts on add_callback() matches. See #​727

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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/all-minor-patch branch from b3bfb71 to 681c7d4 Compare August 11, 2025 04:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 681c7d4 to ad49a1e Compare August 11, 2025 13:42
@JohnVillalovos JohnVillalovos merged commit 2dd2e8e into main Aug 11, 2025
20 checks passed
@JohnVillalovos JohnVillalovos deleted the renovate/all-minor-patch branch August 11, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant