Skip to content

Commit

Permalink
⬆️ UPGRADE: psycopg2 allow v2.9
Browse files Browse the repository at this point in the history
Fixed in aiidateam/pgsu#27

fixes #5002
  • Loading branch information
chrisjsewell authored and sphuber committed Feb 16, 2022
1 parent 842d47d commit b8c60f8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8c60f8

Please sign in to comment.