From f59c11af8cf8bcf24a1acfcae269c18bdfb57f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 23:57:34 +0000 Subject: [PATCH] Bump httpx from 0.14.0 to 0.23.0 in /worker/notification Bumps [httpx](https://github.com/encode/httpx) from 0.14.0 to 0.23.0. - [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.14.0...0.23.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- worker/notification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/notification/requirements.txt b/worker/notification/requirements.txt index 42e86a4..b29a714 100644 --- a/worker/notification/requirements.txt +++ b/worker/notification/requirements.txt @@ -1,7 +1,7 @@ aiomysql==0.0.20 deserialize==1.8.0 gunicorn==20.0.4 -httpx==0.14.0 +httpx==0.23.0 jasyncq==1.1.1 python-dateutil==2.8.1 python-json-logger==0.1.11