diff --git a/requirements.txt b/requirements.txt index c992404839..e2333b98f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ tornado==4.5.3 # http://www.tornadoweb.org/en/stable/releases.html -psycopg2==2.9.7 # http://initd.org/psycopg/articles/tag/release/ +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.19.0 # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst