diff --git a/pyproject.toml b/pyproject.toml index fa66012..34597d5 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.5.0", + "urllib3==2.6.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 555c7b4..fbd0fd1 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.5.0 +urllib3==2.6.0