Skip to content

Commit bc0672a

Browse files
committed
Unbump pycopg2
1 parent ad282c2 commit bc0672a

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",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ hdf5 = [# blosc only available on conda (https://github.com/Blosc/python-blosc/i
7272
#'blosc>=1.20.1',
7373
'tables>=3.9.2']
7474
spss = ['pyreadstat>=1.2.6']
75-
postgresql = ['SQLAlchemy>=2.0.25', 'psycopg2>=2.9.9', 'adbc-driver-postgresql>=0.10.0']
75+
postgresql = ['SQLAlchemy>=2.0.25', 'psycopg2>=2.9.6', 'adbc-driver-postgresql>=0.10.0']
7676
mysql = ['SQLAlchemy>=2.0.25', 'pymysql>=1.1.0']
7777
sql-other = ['SQLAlchemy>=2.0.25', 'adbc-driver-postgresql>=0.10.0', 'adbc-driver-sqlite>=0.8.0']
7878
html = ['beautifulsoup4>=4.12.3', 'html5lib>=1.1', 'lxml>=5.0.1']
@@ -100,7 +100,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
100100
'numexpr>=2.9.0',
101101
'odfpy>=1.4.1',
102102
'openpyxl>=3.1.2',
103-
'psycopg2>=2.9.9',
103+
'psycopg2>=2.9.6',
104104
'pyarrow>=10.0.1',
105105
'pymysql>=1.1.0',
106106
'PyQt5>=5.15.9',

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ numba>=0.59.0
3232
numexpr>=2.9.0
3333
openpyxl>=3.1.2
3434
odfpy>=1.4.1
35-
psycopg2-binary>=2.9.9
35+
psycopg2-binary>=2.9.6
3636
pyarrow>=10.0.1
3737
pymysql>=1.1.0
3838
pyreadstat>=1.2.6

0 commit comments

Comments
 (0)