From 7521e12a9d097204917bfdc1047e2108de12067c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 23:35:20 +0000 Subject: [PATCH] Bump requests from 2.23.0 to 2.31.0 in /microservices/database_api_image Bumps [requests](https://github.com/psf/requests) from 2.23.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.23.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- microservices/database_api_image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/database_api_image/requirements.txt b/microservices/database_api_image/requirements.txt index 73ad7888..79bf1077 100644 --- a/microservices/database_api_image/requirements.txt +++ b/microservices/database_api_image/requirements.txt @@ -1,6 +1,6 @@ pymongo==3.10.1 flask==2.1.0 -requests==2.23.0 +requests==2.31.0 datetime==4.3 pytz==2020.1 validators==0.18.2 \ No newline at end of file