From fa22397df8fe43f1f28031136b9fedd1eb73559e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 04:16:21 +0000 Subject: [PATCH] :arrow_up: Bump urllib3 in /src/backend/services/spotify-service Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/backend/services/spotify-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/services/spotify-service/requirements.txt b/src/backend/services/spotify-service/requirements.txt index ac7f9924..ced4f91c 100644 --- a/src/backend/services/spotify-service/requirements.txt +++ b/src/backend/services/spotify-service/requirements.txt @@ -34,7 +34,7 @@ rsa==4.7 six==1.15.0 toml==0.10.2 uritemplate==3.0.1 -urllib3==1.26.4 +urllib3==1.26.5 Werkzeug==1.0.1 pytest==6.2.2 pytest-cov==2.11.1