From bf19a7f03ae6eb75d12457b39da80ba937ced537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 06:53:12 +0000 Subject: [PATCH] Bump async-timeout from 3.0.1 to 4.0.3 Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 3.0.1 to 4.0.3. - [Release notes](https://github.com/aio-libs/async-timeout/releases) - [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/async-timeout/compare/v3.0.1...v4.0.3) --- updated-dependencies: - dependency-name: async-timeout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df700d7..009c6c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "async-timeout==3.0.1", + "async-timeout==4.0.3", "coverage==4.5.4", ]