diff --git a/pyproject.toml b/pyproject.toml index fc0e1b72..ffa9e520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "loguru>=0.7.3", "pycryptodome>=3.23.0", "distro>=1.9.0", - "tqdm>=4.68.3", + "tqdm>=4.70.0", "httpx[http2]>=0.28.1", "PyExecJS>=1.5.1", "deprecated>=1.3.1" diff --git a/requirements.txt b/requirements.txt index 97074b00..2cf8fdb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests>=2.34.2 loguru>=0.7.3 pycryptodome>=3.23.0 distro>=1.9.0 -tqdm>=4.68.3 +tqdm>=4.70.0 httpx[http2]>=0.28.1 PyExecJS>=1.5.1 deprecated>=1.3.1 \ No newline at end of file