From db89f7ed649f1e82af1ccf293fb2254c00fe143a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 00:12:26 +0000 Subject: [PATCH] :arrow_up: Bump async-timeout from 4.0.2 to 4.0.3 Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 4.0.2 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/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: async-timeout dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5900323..e1c943c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ aiohttp==3.8.4; python_version >= "3.6" aiosignal==1.3.1; python_version >= "3.6" -async-timeout==4.0.2; python_version >= "3.6" +async-timeout==4.0.3; python_version >= "3.6" asynctest==0.13.0; python_version < "3.8" and python_version >= "3.6" attrs==23.1.0; python_version >= "3.6" charset-normalizer==3.1.0; python_full_version >= "3.6.0" and python_version >= "3.6"