From f0122b1bb702657fb037fac979e9eeb5fceee1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 20:15:27 +0200 Subject: [PATCH] Upgrade: Bump anyio from 3.2.1 to 3.3.0 (#160) Bumps [anyio](https://github.com/agronholm/anyio) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/3.2.1...3.3.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd2dbea..be4ef94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aioauth-client==0.25.10 aiohttp==3.7.4.post0 -anyio==3.2.1 +anyio==3.3.0 async-timeout==3.0.1 attrs==21.2.0 certifi==2021.5.30