diff --git a/pyproject.toml b/pyproject.toml index 7aa34f9..6c25bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.10,<4.0" dependencies = [ "requests>=2.31.0", "loguru>=0.7.3", - "pycryptodome>=3.20.0", + "pycryptodome>=3.23.0", "distro>=1.9.0", "tqdm>=4.67.1", "httpx[http2]>=0.28.1", diff --git a/requirements.txt b/requirements.txt index dabaef6..9c17443 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests>=2.31.0 loguru>=0.7.3 -pycryptodome>=3.20.0 +pycryptodome>=3.23.0 distro>=1.9.0 tqdm>=4.67.1 httpx[http2]>=0.28.1