From f884bc33f9bb1f5c29e62ec51fb5a1955615cf9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 06:19:56 +0000 Subject: [PATCH] Bump the python-packages group with 2 updates Bumps the python-packages group with 2 updates: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [aiohttp](https://github.com/aio-libs/aiohttp). Updates `pytest-asyncio` from 0.23.8 to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v0.24.0) Updates `aiohttp` from 3.10.3 to 3.10.5 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.3...v3.10.5) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index beda385..9aa5a0a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ mypy==1.11.1 pre-commit==3.8.0 pytest==8.3.2 -pytest-asyncio==0.23.8 +pytest-asyncio==0.24.0 git+https://github.com/googlefonts/fontra.git diff --git a/requirements.txt b/requirements.txt index 176fde7..999e2cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.10.3 +aiohttp==3.10.5 fonttools[ufo,unicode]==4.53.1 watchfiles==0.23.0