diff --git a/environment.yml b/environment.yml index e955049449..6728069ab4 100644 --- a/environment.yml +++ b/environment.yml @@ -24,9 +24,9 @@ dependencies: - pamqp~=2.3 - paramiko>=2.7.2,~=2.7 - plumpy~=0.20.0 -- pgsu~=0.2.0 +- pgsu~=0.2.1 - psutil~=5.6 -- psycopg2-binary~=2.8.3 +- psycopg2-binary~=2.8 - python-dateutil~=2.8 - pytz~=2021.1 - pyyaml~=5.4 diff --git a/pyproject.toml b/pyproject.toml index bad767ddbc..1e87bb6e16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,9 +42,9 @@ dependencies = [ "pamqp~=2.3", "paramiko~=2.7,>=2.7.2", "plumpy~=0.20.0", - "pgsu~=0.2.0", + "pgsu~=0.2.1", "psutil~=5.6", - "psycopg2-binary~=2.8.3", + "psycopg2-binary~=2.8", "python-dateutil~=2.8", "pytz~=2021.1", "pyyaml~=5.4", diff --git a/requirements/requirements-py-3.10.txt b/requirements/requirements-py-3.10.txt index 1f8ed25291..64c638237f 100644 --- a/requirements/requirements-py-3.10.txt +++ b/requirements/requirements-py-3.10.txt @@ -94,7 +94,7 @@ plumpy==0.20.0 prometheus-client==0.12.0 prompt-toolkit==3.0.23 psutil==5.8.0 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.1 ptyprocess==0.7.0 py==1.11.0 py-cpuinfo==8.0.0 diff --git a/requirements/requirements-py-3.8.txt b/requirements/requirements-py-3.8.txt index f5c1f21684..31b8e365e2 100644 --- a/requirements/requirements-py-3.8.txt +++ b/requirements/requirements-py-3.8.txt @@ -95,7 +95,7 @@ plumpy==0.20.0 prometheus-client==0.12.0 prompt-toolkit==3.0.23 psutil==5.8.0 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.1 ptyprocess==0.7.0 py==1.11.0 py-cpuinfo==8.0.0 diff --git a/requirements/requirements-py-3.9.txt b/requirements/requirements-py-3.9.txt index c86749a743..7e1ceb58ce 100644 --- a/requirements/requirements-py-3.9.txt +++ b/requirements/requirements-py-3.9.txt @@ -94,7 +94,7 @@ plumpy==0.20.0 prometheus-client==0.12.0 prompt-toolkit==3.0.23 psutil==5.8.0 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.1 ptyprocess==0.7.0 py==1.11.0 py-cpuinfo==8.0.0