diff --git a/requirements.txt b/requirements.txt index 21e1a735..b29ef275 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ click==8.0.1 docker==5.0.3 python-dotenv==0.19.0 -requests==2.25.1 +requests==2.31.0 fstrings==0.1.0 msrestazure==0.6.4 iotedgehubdev==0.14.18 diff --git a/setup.py b/setup.py index 153400f0..ee086b39 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ 'bcrypt<=3.1.7', 'docker >= 3.7.0', 'python-dotenv', - 'requests >= 2.20.0, <= 2.25.1', + 'requests >= 2.20.0, <= 2.31.0', 'fstrings', # Note >=2.35.0 cannot be used as is not compatible with the docker dependency; # docker requires websocket-client==0.56.0 and azure-cli-core>=2.35.0 requires websocket-client==1.31.1.