From 312ff1fcdc93d9cbe0800eb4c843f59e343804dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 23:06:11 +0000 Subject: [PATCH] Bump requests in /components/cloud_functions/speech_to_text_long Bumps [requests](https://github.com/psf/requests) from 2.27.1 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.27.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/cloud_functions/speech_to_text_long/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cloud_functions/speech_to_text_long/requirements.txt b/components/cloud_functions/speech_to_text_long/requirements.txt index 838e658..db036e0 100644 --- a/components/cloud_functions/speech_to_text_long/requirements.txt +++ b/components/cloud_functions/speech_to_text_long/requirements.txt @@ -11,6 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -requests==2.27.1 +requests==2.31.0 google-cloud-speech==2.5.0 google-cloud-storage==1.40.0