Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2025

Bumps uvloop from 0.21.0 to 0.22.1.

Release notes

Sourced from uvloop's releases.

v0.22.1

This is identical to 0.22.0, re-ran with CI fixes

v0.22.0

Changes

Fixes

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.21.0 to 0.22.1.
- [Release notes](https://github.com/MagicStack/uvloop/releases)
- [Commits](MagicStack/uvloop@v0.21.0...v0.22.1)

---
updated-dependencies:
- dependency-name: uvloop
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 17, 2025 10:35
Copy link

codecov bot commented Oct 17, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
4187 1 4186 105
View the top 1 failed test(s) by shortest run time
tests.test_worker::test_init_process[UvloopWorker-pyloop]
Stack Traces | 0.298s run time
worker = <test_worker.UvloopWorker object at 0x7f5428c58ad0>

    #x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_init_process#x1B[39;49;00m(worker: base_worker.GunicornWebWorker) -> #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
        #x1B[94mwith#x1B[39;49;00m mock.patch(#x1B[33m"#x1B[39;49;00m#x1B[33maiohttp.worker.asyncio#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m) #x1B[94mas#x1B[39;49;00m m_asyncio:#x1B[90m#x1B[39;49;00m
            #x1B[94mtry#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
>               worker.init_process()#x1B[90m#x1B[39;49;00m

m_asyncio  = <MagicMock name='asyncio' id='139999438024592'>
worker     = <test_worker.UvloopWorker object at 0x7f5428c58ad0>

#x1B[1m#x1B[31mtests/test_worker.py#x1B[0m:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
#x1B[1m#x1B[31maiohttp/worker.py#x1B[0m:253: in init_process
    #x1B[0masyncio.set_event_loop_policy(uvloop.EventLoopPolicy())#x1B[90m#x1B[39;49;00m
                                  ^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
        __class__  = <class 'aiohttp.worker.GunicornUVLoopWebWorker'>
        self       = <test_worker.UvloopWorker object at 0x7f5428c58ad0>
        uvloop     = <module 'uvloop' from '.../hostedtoolcache/Python/3.14.0................../x64/lib/python3.14....../site-packages/uvloop/__init__.py'>
#x1B[1m#x1B[31m.../hostedtoolcache/Python/3.14.0................../x64/lib/python3.14....../site-packages/uvloop/__init__.py#x1B[0m:164: in __getattr__
    #x1B[0m#x1B[96mgetattr#x1B[39;49;00m(__asyncio, #x1B[33m'#x1B[39;49;00m#x1B[33mAbstractEventLoopPolicy#x1B[39;49;00m#x1B[33m'#x1B[39;49;00m)  #x1B[90m# type: ignore[misc]#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
        install    = <function __getattr__.<locals>.install at 0x7f541cf99dd0>
        name       = 'EventLoopPolicy'
        threading  = <module 'threading' from '.../hostedtoolcache/Python/3.14.0................../x64/lib/python3.14/threading.py'>
#x1B[1m#x1B[31m.../hostedtoolcache/Python/3.14.0................../x64/lib/python3.14/asyncio/__init__.py#x1B[0m:56: in __getattr__
    #x1B[0mwarnings._deprecated(#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33masyncio.#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mname#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, remove=(#x1B[94m3#x1B[39;49;00m, #x1B[94m16#x1B[39;49;00m))#x1B[90m#x1B[39;49;00m
        name       = 'AbstractEventLoopPolicy'
        warnings   = <module 'warnings' from '.../hostedtoolcache/Python/3.14.0................../x64/lib/python3.14/warnings.py'>
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

name = 'asyncio.AbstractEventLoopPolicy'
message = '{name!r} is deprecated and slated for removal in Python {remove}'

    #x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92m_deprecated#x1B[39;49;00m(name, message=_DEPRECATED_MSG, *, remove, _version=sys.version_info):#x1B[90m#x1B[39;49;00m
    #x1B[90m    #x1B[39;49;00m#x1B[33m"""Warn that *name* is deprecated or should be removed.#x1B[39;49;00m
    #x1B[33m#x1B[39;49;00m
    #x1B[33m    RuntimeError is raised if *remove* specifies a major/minor tuple older than#x1B[39;49;00m
    #x1B[33m    the current Python version or the same version but past the alpha.#x1B[39;49;00m
    #x1B[33m#x1B[39;49;00m
    #x1B[33m    The *message* argument is formatted with *name* and *remove* as a Python#x1B[39;49;00m
    #x1B[33m    version tuple (e.g. (3, 11)).#x1B[39;49;00m
    #x1B[33m#x1B[39;49;00m
    #x1B[33m    """#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        remove_formatted = #x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mremove[#x1B[94m0#x1B[39;49;00m]#x1B[33m}#x1B[39;49;00m#x1B[33m.#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mremove[#x1B[94m1#x1B[39;49;00m]#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        #x1B[94mif#x1B[39;49;00m (_version[:#x1B[94m2#x1B[39;49;00m] > remove) #x1B[95mor#x1B[39;49;00m (_version[:#x1B[94m2#x1B[39;49;00m] == remove #x1B[95mand#x1B[39;49;00m _version[#x1B[94m3#x1B[39;49;00m] != #x1B[33m"#x1B[39;49;00m#x1B[33malpha#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m):#x1B[90m#x1B[39;49;00m
            msg = #x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33m{#x1B[39;49;00mname#x1B[33m!r}#x1B[39;49;00m#x1B[33m was slated for removal after Python #x1B[39;49;00m#x1B[33m{#x1B[39;49;00mremove_formatted#x1B[33m}#x1B[39;49;00m#x1B[33m alpha#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
            #x1B[94mraise#x1B[39;49;00m #x1B[96mRuntimeError#x1B[39;49;00m(msg)#x1B[90m#x1B[39;49;00m
        #x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
            msg = message.format(name=name, remove=remove_formatted)#x1B[90m#x1B[39;49;00m
>           _wm.warn(msg, #x1B[96mDeprecationWarning#x1B[39;49;00m, stacklevel=#x1B[94m3#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE           DeprecationWarning: 'asyncio.AbstractEventLoopPolicy' is deprecated and slated for removal in Python 3.16#x1B[0m

_version   = sys.version_info(major=3, minor=14, micro=0, releaselevel='final', serial=0)
message    = '{name!r} is deprecated and slated for removal in Python {remove}'
msg        = "'asyncio.AbstractEventLoopPolicy' is deprecated and slated for removal in Python 3.16"
name       = 'asyncio.AbstractEventLoopPolicy'
remove     = (3, 16)
remove_formatted = '3.16'

#x1B[1m#x1B[31m.../hostedtoolcache/Python/3.14.0................../x64/lib/python3.14/_py_warnings.py#x1B[0m:830: DeprecationWarning

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Copy link

codspeed-hq bot commented Oct 17, 2025

CodSpeed Performance Report

Merging #11683 will not alter performance

Comparing dependabot/pip/3.14/uvloop-0.22.1 (ef21158) with 3.14 (fb69cf0)1

Summary

✅ 59 untouched

Footnotes

  1. No successful run was found on 3.14 (46ef156) during the generation of this report, so fb69cf0 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

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