From 23e9412aa27b1f4c972ca192ee2102d6fd1d3a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 01:36:17 +0000 Subject: [PATCH] Bump requests from 2.26.0 to 2.31.0 in /ros_google_cloud_language Bumps [requests](https://github.com/psf/requests) from 2.26.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.26.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ros_google_cloud_language/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros_google_cloud_language/requirements.txt b/ros_google_cloud_language/requirements.txt index 13c93d07b..910e0de1b 100644 --- a/ros_google_cloud_language/requirements.txt +++ b/ros_google_cloud_language/requirements.txt @@ -16,7 +16,7 @@ pyasn1-modules==0.2.8 # via google-auth pyasn1==0.4.8 # via pyasn1-modules, rsa pyparsing==2.4.7 # via packaging pytz==2021.3 # via google-api-core -requests==2.26.0 # via google-api-core +requests==2.31.0 # via google-api-core rsa==4.5 # via google-auth six==1.16.0 # via google-api-core, google-auth, grpcio, protobuf urllib3==1.26.7 # via requests