diff --git a/pyproject.toml b/pyproject.toml index 204b5c5..8e3a0af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "MarkupSafe==3.0.2", "python-dotenv==1.1.0", "trafilatura==2.0.0", - "urllib3==2.6.3", + "urllib3==2.7.0", ] requires-python = ">= 3.8" description = "An SEO tool that analyzes the structure of a site, crawls the site, count words in the body of the site and warns of any technical SEO issues." diff --git a/requirements.txt b/requirements.txt index c64e2bb..8d7c46c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ pytest==8.3.2 # Added for testing pytest-mock==3.14.0 # Added for testing python-dotenv==1.1.0 trafilatura==2.0.0 -urllib3==2.6.3 +urllib3==2.7.0