diff --git a/server/autotest_server/testers/jupyter/requirements.txt b/server/autotest_server/testers/jupyter/requirements.txt index 7857feff..5c413cae 100644 --- a/server/autotest_server/testers/jupyter/requirements.txt +++ b/server/autotest_server/testers/jupyter/requirements.txt @@ -1,3 +1,3 @@ pytest==7.1.2 -psycopg2-binary==2.9.10 +psycopg2-binary==2.9.11 git+https://github.com/MarkUsProject/autotest-helpers.git#subdirectory=notebook_helper diff --git a/server/autotest_server/testers/py/requirements.txt b/server/autotest_server/testers/py/requirements.txt index 6c2622fc..9fe9dc8f 100644 --- a/server/autotest_server/testers/py/requirements.txt +++ b/server/autotest_server/testers/py/requirements.txt @@ -1,2 +1,2 @@ pytest==7.1.2 -psycopg2-binary==2.9.10 +psycopg2-binary==2.9.11 diff --git a/server/requirements.txt b/server/requirements.txt index 8bb6f047..c5c98d5d 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,5 +3,5 @@ redis==7.1.0 pyyaml==6.0.3 jsonschema==4.25.1 requests==2.32.5 -psycopg2-binary==2.9.10 +psycopg2-binary==2.9.11 supervisor==4.3.0