Skip to content

Update Python Monitor Dependencies #292

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aiohttp ==3.11.16 -> ==3.11.18 age adoption passing confidence
certifi ==2025.1.31 -> ==2025.4.26 age adoption passing confidence
frozenlist ==1.5.0 -> ==1.6.0 age adoption passing confidence
httpcore ==1.0.7 -> ==1.0.9 age adoption passing confidence
multidict ==6.4.2 -> ==6.4.3 age adoption passing confidence
textual ==3.0.1 -> ==3.1.1 age adoption passing confidence
textual-serve ==1.1.1 -> ==1.1.2 age adoption passing confidence
typing_extensions (changelog) ==4.13.1 -> ==4.13.2 age adoption passing confidence
yarl ==1.19.0 -> ==1.20.0 age adoption passing confidence

Release Notes

aio-libs/aiohttp (aiohttp)

v3.11.18

Compare Source

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

Bug fixes

  • Disabled TLS in TLS warning (when using HTTPS proxies) for uvloop and newer Python versions -- by :user:lezgomatt.

    Related issues and pull requests on GitHub:
    :issue:7686.

  • Fixed reading fragmented WebSocket messages when the payload was masked -- by :user:bdraco.

    The problem first appeared in 3.11.17

    Related issues and pull requests on GitHub:
    :issue:10764.


v3.11.17

Compare Source

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

Miscellaneous internal changes

  • Optimized web server performance when access logging is disabled by reducing time syscalls -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10713.

  • Improved web server performance when connection can be reused -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10714.

  • Improved performance of the WebSocket reader -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10740.

  • Improved performance of the WebSocket reader with large messages -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:10744.


certifi/python-certifi (certifi)

v2025.4.26

Compare Source

aio-libs/frozenlist (frozenlist)

v1.6.0

Compare Source

======

(2025-04-17)

Bug fixes

  • Stopped implicitly allowing the use of Cython pre-release versions when
    building the distribution package -- by :user:ajsanchezsanz and
    :user:markgreene74.

    Related commits on GitHub:
    :commit:41591f2.

Features

  • Implemented support for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub:
    :issue:618.

  • Started building armv7l wheels -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:642.

Packaging updates and notes for downstreams

  • Stopped implicitly allowing the use of Cython pre-release versions when
    building the distribution package -- by :user:ajsanchezsanz and
    :user:markgreene74.

    Related commits on GitHub:
    :commit:41591f2.

  • Started building wheels for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub:
    :issue:618.

  • The packaging metadata switched to including an SPDX license identifier introduced in :pep:639 -- by :user:cdce8p.

    Related issues and pull requests on GitHub:
    :issue:639.

Contributor-facing changes

  • GitHub Actions CI/CD is now configured to manage caching pip-ecosystem
    dependencies using re-actors/cache-python-deps_ -- an action by
    :user:webknjaz that takes into account ABI stability and the exact
    version of Python runtime.

    .. _re-actors/cache-python-deps:
    https://github.com/marketplace/actions/cache-python-deps

    Related issues and pull requests on GitHub:
    :issue:633.

  • Organized dependencies into test and lint dependencies so that no
    unnecessary ones are installed during CI runs -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub:
    :issue:636.


encode/httpcore (httpcore)

v1.0.9

Compare Source

v1.0.8

Compare Source

  • Fix AttributeError when importing on Python 3.14. (#​1005)
aio-libs/multidict (multidict)

v6.4.3

Compare Source

=====

(2025-04-10)

Bug fixes

  • Fixed building the library in debug mode.

    Related issues and pull requests on GitHub:
    :issue:1144.

  • Fixed custom PyType_GetModuleByDef() when non-heap type object was passed.

    Related issues and pull requests on GitHub:
    :issue:1147.

Packaging updates and notes for downstreams

  • Added the ability to build in debug mode by setting :envvar:MULTIDICT_DEBUG_BUILD in the environment -- by :user:bdraco.

    Related issues and pull requests on GitHub:
    :issue:1145.


Textualize/textual (textual)

v3.1.1

Compare Source

Fixed

v3.1.0

Compare Source

Fixed
Changed
Added
Textualize/textual-serve (textual-serve)

v1.1.2: Cut and paste added

Bumps textual.js to allow cut and pase.

python/typing_extensions (typing_extensions)

v4.13.2

Compare Source

  • Fix TypeError when taking the union of typing_extensions.TypeAliasType and a
    typing.TypeAliasType on Python 3.12 and 3.13.
    Patch by Joren Hammudoglu.
  • Backport from CPython PR #​132160
    to avoid having user arguments shadowed in generated __new__ by
    @typing_extensions.deprecated.
    Patch by Victorien Plot.
aio-libs/yarl (yarl)

v1.20.0

Compare Source

======

(2025-04-16)

Features

  • Implemented support for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub:
    :issue:1456.

Packaging updates and notes for downstreams

  • Started building wheels for the free-threaded build of CPython 3.13 -- by :user:lysnikolaou.

    Related issues and pull requests on GitHub:
    :issue:1456.



Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Dependencies bump label Feb 20, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 2 times, most recently from 612bbd9 to aa2a0bf Compare February 24, 2025 16:05
@renovate renovate bot changed the title Update dependency propcache to v0.3.0 Update Python Monitor Dependencies Feb 24, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 3 times, most recently from 951c38e to 597bdd9 Compare March 6, 2025 02:48
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 8 times, most recently from a867266 to 5070579 Compare March 17, 2025 11:45
@renovate renovate bot changed the title Update Python Monitor Dependencies Update dependency multidict to v6.2.0 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 2 times, most recently from b719cc0 to cd99af2 Compare March 19, 2025 19:04
@renovate renovate bot changed the title Update dependency multidict to v6.2.0 Update Python Monitor Dependencies Mar 19, 2025
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 2 times, most recently from 6302bc3 to 2fd5f30 Compare March 26, 2025 06:27
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 9 times, most recently from 40af741 to b767731 Compare April 3, 2025 23:43
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 10 times, most recently from e7c410d to 6b09eb8 Compare April 11, 2025 10:07
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 7 times, most recently from 0acbbfd to 1930bec Compare April 18, 2025 08:30
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch 5 times, most recently from 9458a5b to bd53408 Compare April 25, 2025 00:02
@renovate renovate bot force-pushed the renovate/python-monitor-deps branch from bd53408 to cfd861c Compare April 26, 2025 03:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Dependencies bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants