chore(deps): update dependency requests to v2.32.3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2024-06-07 10:06:09 +00:00
parent d572f131cf
commit 6124713288
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.31.0", "urllib3==2.2.1" ] dependencies = [ "requests==2.32.3", "urllib3==2.2.1" ]
[project.urls] [project.urls]
Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py" Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py"

View file

@ -7,5 +7,5 @@ packaging==24.0
pluggy==1.3.0 pluggy==1.3.0
pyproject_hooks==1.1.0 pyproject_hooks==1.1.0
pytest==7.4.4 pytest==7.4.4
requests==2.31.0 requests==2.32.3
urllib3==2.2.1 urllib3==2.2.1