From 078119e3736f8ac6847b10e487ee9c13f8b2c6f0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 8 Jun 2026 11:21:20 +0000
Subject: [PATCH 1/2] Bump aiohttp from 3.14.0 to 3.14.1 (#12874)
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Sourced from pytest-aiohttp's
releases. pytest plugin for aiohttp support The library provides useful fixtures for creation test aiohttp server
and client. .. code-block:: console Add Write tests in The simple usage example: .. code-block:: python async def hello(request): def create_app(): async def test_hello(aiohttp_client):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 show Release notes
pytest-aiohttp v1.1.1
pytest-aiohttp
Installation
$ pip install pytest-aiohttp
asyncio_mode = auto line to pytest
configuration
<https://docs.pytest.org/en/latest/customize.html>_ (see
pytest-asyncio modes
<https://github.com/pytest-dev/pytest-asyncio#modes>_ for
details). The plugin works
with strict mode also.Usage
pytest-asyncio
<https://github.com/pytest-dev/pytest-asyncio>_ style
using provided fixtures for aiohttp test server and client creation. The
plugin provides
resources cleanup out-of-the-box.from aiohttp import web
return web.Response(body=b"Hello, world")
app = web.Application()
app.router.add_route("GET", "/", hello)
return app
client = await aiohttp_client(create_app())
resp = await client.get("/")
... (truncated)
52d99ef
Release v1.1.1 (#164)31f2765
Bump pytest-asyncio from 1.3.0 to 1.4.0 (#163)6dcf135
Bump pytest from 8.3.5 to 9.0.3 (#145)a879de8
tests: add pytest.ini to set asyncio_default_fixture_loop_scope (#115)65f08f0
Bump pytest-asyncio from 1.1.0 to 1.3.0 (#158)aa166d8
Bump aiohttp from 3.13.5 to 3.14.1 (#160)786b332
Update setuptools-scm requirement from >=6.2 to >=10.0.5 (#147)31fbd7b
Bump actions/setup-python from 5 to 6 (#117)01dfa79
Drop Python 3.9 (#162)ed3a446
Bump actions/checkout from 6.0.2 to 6.0.3 (#159)