From 64e8793662ed5c626be9b2a2eea0baa43c8f97df Mon Sep 17 00:00:00 2001 From: Shehzad Ali Date: Mon, 2 Dec 2024 14:53:41 +0000 Subject: [PATCH] Apply Dependabot Patches Signed-off-by: Shehzad Ali --- .gitignore | 3 +++ requirements.in | 15 ++++++++------- requirements.txt | 11 ++++++----- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index b6e4761..9a5f57a 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# Mac File +.DS_Store diff --git a/requirements.in b/requirements.in index b73dd2a..177628d 100644 --- a/requirements.in +++ b/requirements.in @@ -1,8 +1,9 @@ - uwsgi - requests - boto3 - flask-caching +uwsgi +requests +flask-caching - # Pinning dependabot update - certifi==2024.7.4 - flask>=2.2.1 +# Pinning dependabot update +certifi>=2024.7.4 +flask>=2.2.1 +boto3>=1.35.70 +urllib3>=2.2.2 diff --git a/requirements.txt b/requirements.txt index 8a5fd4d..64ea68a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile requirements.in # blinker==1.6.3 # via flask -boto3==1.28.69 +boto3==1.35.72 # via -r requirements.in -botocore==1.31.69 +botocore==1.35.72 # via # boto3 # s3transfer @@ -46,12 +46,13 @@ python-dateutil==2.8.2 # via botocore requests==2.31.0 # via -r requirements.in -s3transfer==0.7.0 +s3transfer==0.10.4 # via boto3 six==1.16.0 # via python-dateutil -urllib3==2.0.7 +urllib3==2.2.3 # via + # -r requirements.in # botocore # requests uwsgi==2.0.22