fix(deps): update dependency urllib3 to v2.5.0

This commit is contained in:
Renovate Bot 2025-06-22 23:55:58 +00:00
parent f7564c75be
commit 3d4a080409
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ classifiers = [
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
dependencies = [ "requests==2.32.3", "urllib3==2.2.3" ] dependencies = [ "requests==2.32.3", "urllib3==2.5.0" ]
[project.urls] [project.urls]
Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py" Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py"

View file

@ -8,4 +8,4 @@ pluggy==1.5.0
pyproject_hooks==1.2.0 pyproject_hooks==1.2.0
pytest==8.3.3 pytest==8.3.3
requests==2.32.3 requests==2.32.3
urllib3==2.2.3 urllib3==2.5.0