diff --git a/pyproject.toml b/pyproject.toml index 261025d..b168507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,8 +19,8 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] dependencies = [ - "2captcha-python==2.1.0", - "cryptography==50.0.0", + "2captcha-python==2.1.1", + "cryptography==50.0.1", "hypercorn==0.18.0", "qrcode==8.2", "quart==0.22.0", diff --git a/requirements.txt b/requirements.txt index 6186f7f..923d632 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ quart==0.22.0 hypercorn==0.18.0 requests==2.34.2 -cryptography==50.0.0 +cryptography==50.0.1 qrcode==8.2 -2captcha-python==2.1.0 +2captcha-python==2.1.1