From e534fc986a6463ec778a1396169cba8da5383219 Mon Sep 17 00:00:00 2001 From: Vernon Gutierrez Date: Thu, 17 Oct 2024 18:18:59 +0800 Subject: [PATCH] update pycryptodomex requirement --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c82b9e37a..864f6d53f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ tornado==6.4.1 # http://www.tornadoweb.org/en/stable/releases.html psycopg2==2.9.10 # http://initd.org/psycopg/articles/tag/release/ sqlalchemy>=1.3,<1.4 # http://docs.sqlalchemy.org/en/latest/changelog/index.html netifaces>=0.10,<0.11 # https://bitbucket.org/al45tair/netifaces/src/ -pycryptodomex>=3.6,<3.7 # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst +pycryptodomex==3.21.0 # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst psutil==5.9.8 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst requests>=2.22,<2.23 # https://pypi.python.org/pypi/requests gevent==24.10.2 # http://www.gevent.org/changelog.html