chore(deps): update dependency urllib3 to v2.2.1 #7
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.31.0", "urllib3==2.1.0" ]
|
dependencies = [ "requests==2.31.0", "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"
|
||||||
|
|
|
@ -8,4 +8,4 @@ pluggy==1.3.0
|
||||||
pyproject_hooks==1.0.0
|
pyproject_hooks==1.0.0
|
||||||
pytest==7.4.4
|
pytest==7.4.4
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
urllib3==2.1.0
|
urllib3==2.2.1
|
||||||
|
|
Loading…
Reference in a new issue