diff --git a/requirements.txt b/requirements.txt index 615eadd..7c0153a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ gql==3.5.0 graphql-core==3.2.3; python_version >= '3.6' and python_version < '4' idna==3.8; python_version >= '3.5' multidict==6.0.4; python_version >= '3.7' -requests==2.31.0; python_version >= '3.7' +requests==2.32.3; python_version >= '3.7' requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sniffio==1.3.0; python_version >= '3.7' urllib3==2.0.7; python_version >= '3.7'