Skip to content

Commit dd28de7

Browse files
committed
Bump psycopg2
1 parent 51c768a commit dd28de7

14 files changed

+17
-15
lines changed

ci/deps/actions-310-minimum_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- odfpy=1.4.1
4343
- qtpy=2.3.0
4444
- openpyxl=3.1.2
45-
- psycopg2=2.9.6
45+
- psycopg2=2.9.9
4646
- pyarrow=12.0.1
4747
- pyiceberg=0.7.1
4848
- pymysql=1.1.0

ci/deps/actions-310.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- odfpy>=1.4.1
4141
- qtpy>=2.3.0
4242
- openpyxl>=3.1.2
43-
- psycopg2>=2.9.6
43+
- psycopg2>=2.9.9
4444
- pyarrow>=12.0.1
4545
- pyiceberg>=0.7.1
4646
- pymysql>=1.1.0

ci/deps/actions-311-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- odfpy>=1.4.1
4141
- qtpy>=2.3.0
4242
- openpyxl>=3.1.2
43-
- psycopg2>=2.9.6
43+
- psycopg2>=2.9.9
4444
- pyarrow>=12.0.1
4545
- pyiceberg>=0.7.1
4646
- pymysql>=1.1.0

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
- qtpy>=2.3.0
4242
- pyqt>=5.15.9
4343
- openpyxl>=3.1.2
44-
- psycopg2>=2.9.6
44+
- psycopg2>=2.9.9
4545
- pyarrow>=12.0.1
4646
- pyiceberg>=0.7.1
4747
- pymysql>=1.1.0

ci/deps/actions-312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
- qtpy>=2.3.0
4242
- pyqt>=5.15.9
4343
- openpyxl>=3.1.2
44-
- psycopg2>=2.9.6
44+
- psycopg2>=2.9.9
4545
- pyarrow>=12.0.1
4646
- pyiceberg>=0.7.1
4747
- pymysql>=1.1.0

ci/deps/actions-313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- qtpy>=2.3.0
4343
- pyqt>=5.15.9
4444
- openpyxl>=3.1.2
45-
- psycopg2>=2.9.6
45+
- psycopg2>=2.9.9
4646
- pyarrow>=12.0.1
4747
- pymysql>=1.1.0
4848
- pyreadstat>=1.2.6

doc/source/getting_started/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Dependency Minimum Versi
290290
`SQLAlchemy <https://github.com/sqlalchemy/sqlalchemy>`__ 2.0.0 postgresql, SQL support for databases other than sqlite
291291
mysql,
292292
sql-other
293-
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.6 postgresql PostgreSQL engine for sqlalchemy
293+
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.9 postgresql PostgreSQL engine for sqlalchemy
294294
`pymysql <https://github.com/PyMySQL/PyMySQL>`__ 1.1.0 mysql MySQL engine for sqlalchemy
295295
`adbc-driver-postgresql <https://github.com/apache/arrow-adbc>`__ 1.2.0 postgresql ADBC Driver for PostgreSQL
296296
`adbc-driver-sqlite <https://github.com/apache/arrow-adbc>`__ 1.2.0 sql-other ADBC Driver for SQLite

doc/source/whatsnew/v3.0.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ Optional libraries below the lowest tested version may still work, but are not c
355355
+------------------------+---------------------+
356356
| numexpr | 2.9.0 |
357357
+------------------------+---------------------+
358+
| psycopg2 | 2.9.9 |
359+
+------------------------+---------------------+
358360
| pymysql | 1.1.0 |
359361
+------------------------+---------------------+
360362
| pyreadstat | 1.2.6 |

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
- numexpr>=2.9.0
4545
- openpyxl>=3.1.2
4646
- odfpy>=1.4.1
47-
- psycopg2>=2.9.6
47+
- psycopg2>=2.9.9
4848
- pyarrow>=12.0.1
4949
- pyiceberg>=0.7.1
5050
- pymysql>=1.1.0

pandas/compat/_optional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"numexpr": "2.9.0",
3737
"odfpy": "1.4.1",
3838
"openpyxl": "3.1.2",
39-
"psycopg2": "2.9.6", # (dt dec pq3 ext lo64)
39+
"psycopg2": "2.9.9", # (dt dec pq3 ext lo64)
4040
"pymysql": "1.1.0",
4141
"pyarrow": "12.0.1",
4242
"pyiceberg": "0.7.1",

0 commit comments

Comments
 (0)