diff --git a/pyproject.toml b/pyproject.toml index c7209fc..fb7a156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] -dependencies = [ "requests==2.32.3", "urllib3==2.2.1" ] +dependencies = [ "requests==2.32.3", "urllib3==2.2.2" ] [project.urls] Homepage = "https://git.batsense.net/mCaptcha/mcaptcha-api-py" diff --git a/requirements.txt b/requirements.txt index 8df89db..2064cd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ pluggy==1.5.0 pyproject_hooks==1.1.0 pytest==8.2.2 requests==2.32.3 -urllib3==2.2.1 +urllib3==2.2.2