From cf6a5f8648943203657bf0f042b68aa8f4a373ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 13:11:35 +0000 Subject: [PATCH] Bump httpx from 0.23.1 to 0.23.2 Bumps [httpx](https://github.com/encode/httpx) from 0.23.1 to 0.23.2. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.23.1...0.23.2) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9cf2fb3..a19236b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ selenium==4.7.2 lxml==4.9.2 tqdm==4.64.1 asyncio==3.4.3 -httpx==0.23.1 +httpx==0.23.2 requests==2.28.1 PySimpleGUI==4.60.4 anyio==3.6.2