diff --git a/pyproject.toml b/pyproject.toml index 88a9b30..f0c8246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ keywords = ["email", "templates"] requires-python = ">=3.6" dependencies = [ - "requests>=2.31.0", + "requests>=2.27.1", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 37912b8..9b3164a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests>=2.31.0 \ No newline at end of file +requests>=2.27.1 \ No newline at end of file