From 7665c0767b24bc5608e70be03982849a21107d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 06:52:12 +0000 Subject: [PATCH] Bump requests Bumps [requests](https://github.com/psf/requests) from 2.29.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.29.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../functions/sm_studio/enable_sm_projects/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlops-multi-account-cdk/mlops-infra/functions/sm_studio/enable_sm_projects/requirements.txt b/mlops-multi-account-cdk/mlops-infra/functions/sm_studio/enable_sm_projects/requirements.txt index cb98760d..78033ebd 100644 --- a/mlops-multi-account-cdk/mlops-infra/functions/sm_studio/enable_sm_projects/requirements.txt +++ b/mlops-multi-account-cdk/mlops-infra/functions/sm_studio/enable_sm_projects/requirements.txt @@ -1,3 +1,3 @@ -requests==2.29.0 +requests==2.31.0 urllib3<2 cfnresponse \ No newline at end of file