From bcfaa10d925c7f241f4c268e8f47735c5e941aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:20:52 +0000 Subject: [PATCH] :arrow_up: Bump urllib3 in /server/projects/scmproxy 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] --- server/projects/scmproxy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/projects/scmproxy/requirements.txt b/server/projects/scmproxy/requirements.txt index a0ac8f471..91d7c7f77 100644 --- a/server/projects/scmproxy/requirements.txt +++ b/server/projects/scmproxy/requirements.txt @@ -1,4 +1,4 @@ -urllib3==1.26.18 +urllib3==1.26.19 psutil==5.8.0