From 48079e05d7bfa940d05a5cf6e32a52d55de9dc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:33:53 +0000 Subject: [PATCH] Bump requests in /server/lib/python/cartodb_services Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.20.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/lib/python/cartodb_services/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/python/cartodb_services/requirements.txt b/server/lib/python/cartodb_services/requirements.txt index 698374c8..fcba8825 100644 --- a/server/lib/python/cartodb_services/requirements.txt +++ b/server/lib/python/cartodb_services/requirements.txt @@ -4,7 +4,7 @@ python-dateutil==2.2 googlemaps==2.5.1 rollbar==0.13.2 # Dependency for googlemaps package -requests==2.20.0 +requests==2.31.0 rratelimit==0.0.4 # botocore 1.19.0 introduced an error `ImportError: cannot import name 'IPV6_ADDRZ_RE'` # and mapbox depends on botocore<=1.19.0 so forcing 1.18.18