Skip to content

Commit f1ed177

Browse files
Bump urllib3 from 2.3.0 to 2.5.0 (#116)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.3.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27bb523 commit f1ed177

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"MarkupSafe==3.0.2",
1919
"python-dotenv==1.1.0",
2020
"trafilatura==2.0.0",
21-
"urllib3==2.3.0",
21+
"urllib3==2.5.0",
2222
]
2323
requires-python = ">= 3.8"
2424
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."

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pytest==8.3.2 # Added for testing
99
pytest-mock==3.14.0 # Added for testing
1010
python-dotenv==1.1.0
1111
trafilatura==2.0.0
12-
urllib3==2.3.0
12+
urllib3==2.5.0

0 commit comments

Comments
 (0)