From 5d818f668a3aa342af63d89f82fdcc702eac0d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:27:13 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 1.26.19 in /databus_client Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- databus_client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databus_client/requirements.txt b/databus_client/requirements.txt index 32a7999..dca2df6 100644 --- a/databus_client/requirements.txt +++ b/databus_client/requirements.txt @@ -9,7 +9,7 @@ jsonpickle==3.0.2 PyJWT==2.4.0 pyaml==18.11.0 requests==2.31.0 -urllib3==1.26.18 +urllib3==1.26.19 pytest==3.0.6 pytest-html==1.12.0 PyYAML~=6.0