diff --git a/requirements.txt b/requirements.txt index 0ed9dc59..12a8c319 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2024.2.2; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7; python_version >= '3.7' defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' -idna==3.6; python_version >= '3.5' +idna==3.7; python_version >= '3.5' jinja2==3.1.3; python_version >= '3.7' markupsafe==2.1.5; python_version >= '3.7' python-dotenv==1.0.1; python_version >= '3.8'