From 1c2766abe69b68ff7bf1fa9b532218803b054eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 05:23:32 +0000 Subject: [PATCH] Bump anyio from 3.7.1 to 4.2.0 Bumps [anyio](https://github.com/agronholm/anyio) from 3.7.1 to 4.2.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.7.1...4.2.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f9735b6..b7384f8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -33,7 +33,7 @@ tiktoken==0.5.2 langchain==0.0.352 langchain-experimental==0.0.40 # For asynchronous event loop (Do not update: anyio<4.0 is REQUIRED by langchain) -anyio==3.7.1 +anyio==4.2.0 # Web scraping and parsing beautifulsoup4==4.12.2