Skip to content

Commit bc0672a

Browse files
committed
Unbump pycopg2
1 parent ad282c2 commit bc0672a

File tree

12 files changed

+12
-14
lines changed

12 files changed

+12
-14
lines changed

ci/deps/actions-310-minimum_versions.yaml

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

ci/deps/actions-310.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- odfpy>=1.4.1
4040
- qtpy>=2.3.0
4141
- openpyxl>=3.1.2
42-
- psycopg2>=2.9.9
42+
- psycopg2>=2.9.6
4343
- pyarrow>=10.0.1
4444
- pymysql>=1.1.0
4545
- pyqt>=5.15.9

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.9
43+
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1
4545
- pymysql>=1.1.0
4646
- pyqt>=5.15.9

ci/deps/actions-311.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- qtpy>=2.3.0
4141
- pyqt>=5.15.9
4242
- openpyxl>=3.1.2
43-
- psycopg2>=2.9.9
43+
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1
4545
- pymysql>=1.1.0
4646
- pyreadstat>=1.2.6

ci/deps/actions-312.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- qtpy>=2.3.0
4141
- pyqt>=5.15.9
4242
- openpyxl>=3.1.2
43-
- psycopg2>=2.9.9
43+
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1
4545
- pymysql>=1.1.0
4646
- pyreadstat>=1.2.6

ci/deps/circle-311-arm64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- odfpy>=1.4.1
4040
- qtpy>=2.3.0
4141
- openpyxl>=3.1.2
42-
- psycopg2>=2.9.9
42+
- psycopg2>=2.9.6
4343
- pyarrow>=10.0.1
4444
- pymysql>=1.1.0
4545
- pyqt>=5.15.9

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.25 postgresql, SQL support for databases other than sqlite
291291
mysql,
292292
sql-other
293-
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.9 postgresql PostgreSQL engine for sqlalchemy
293+
`psycopg2 <https://github.com/psycopg/psycopg2>`__ 2.9.6 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>`__ 0.10.0 postgresql ADBC Driver for PostgreSQL
296296
`adbc-driver-sqlite <https://github.com/apache/arrow-adbc>`__ 0.8.0 sql-other ADBC Driver for SQLite

doc/source/whatsnew/v3.0.0.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ Optional libraries below the lowest tested version may still work, but are not c
319319
+------------------------+---------------------+
320320
| numexpr | 2.9.0 |
321321
+------------------------+---------------------+
322-
| psycopg2 | 2.9.9 |
323-
+------------------------+---------------------+
324322
| pymysql | 1.1.0 |
325323
+------------------------+---------------------+
326324
| pyreadstat | 1.2.6 |

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- numexpr>=2.9.0
4444
- openpyxl>=3.1.2
4545
- odfpy>=1.4.1
46-
- psycopg2>=2.9.9
46+
- psycopg2>=2.9.6
4747
- pyarrow>=10.0.1
4848
- pymysql>=1.1.0
4949
- pyreadstat>=1.2.6

pandas/compat/_optional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"numexpr": "2.9.0",
3838
"odfpy": "1.4.1",
3939
"openpyxl": "3.1.2",
40-
"psycopg2": "2.9.9", # (dt dec pq3 ext lo64)
40+
"psycopg2": "2.9.6", # (dt dec pq3 ext lo64)
4141
"pymysql": "1.1.0",
4242
"pyarrow": "10.0.1",
4343
"pyreadstat": "1.2.6",

0 commit comments

Comments
 (0)