Skip to content

Commit 6c7fcb0

Browse files
authored
Merge pull request #4640 from bruntib/psycopg_upgrade
Upgrade psycopg2-binary to 2.9.10
2 parents 5e2274e + e841ac3 commit 6c7fcb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/requirements_py/db_psycopg2/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lxml==5.3.0
22
sqlalchemy==1.3.23
33
alembic==1.5.5
4-
psycopg2-binary==2.8.6
4+
psycopg2-binary==2.9.10
55
psutil==5.8.0
66
portalocker==3.1.1
77

web/requirements_py/dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pycodestyle==2.12.0
2-
psycopg2-binary==2.8.6
2+
psycopg2-binary==2.9.10
33
pg8000==1.15.2
44
pylint==3.2.4
55
pytest==7.3.1

0 commit comments

Comments
 (0)