diff --git a/requirements.txt b/requirements.txt index 9f539f7..a4c9e6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2023.5.7 ; python_version >= "3.11" and python_version < "4.0" charset-normalizer==3.1.0 ; python_version >= "3.11" and python_version < "4.0" -idna==3.4 ; python_version >= "3.11" and python_version < "4.0" +idna==3.11 ; python_version >= "3.11" and python_version < "4.0" requests==2.31.0 ; python_version >= "3.11" and python_version < "4.0" urllib3==2.0.3 ; python_version >= "3.11" and python_version < "4.0"