Merge pull request 'chore(deps): update dependency urllib3 to v2.2.2' (#14) from renovate/urllib3-2.x into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #14
This commit is contained in:
commit
06c3079f5d
2 changed files with 2 additions and 2 deletions
|
@ -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.1" ]
|
dependencies = [ "requests==2.32.3", "urllib3==2.2.2" ]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py"
|
Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py"
|
||||||
|
|
|
@ -8,4 +8,4 @@ pluggy==1.5.0
|
||||||
pyproject_hooks==1.1.0
|
pyproject_hooks==1.1.0
|
||||||
pytest==8.2.2
|
pytest==8.2.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
urllib3==2.2.1
|
urllib3==2.2.2
|
||||||
|
|
Loading…
Reference in a new issue