Skip to content

Commit 5a13d14

Browse files
committed
Bump pymysql
1 parent 6b548c3 commit 5a13d14

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ci/deps/travis-36-locale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- openpyxl
2121
- pandas-gbq=0.8.0
2222
- psycopg2=2.6.2
23-
- pymysql=0.7.9
23+
- pymysql=0.7.11
2424
- pytables
2525
- python-dateutil
2626
# cannot go past python=3.6.6 for matplotlib=3.0.0 due to

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ openpyxl 2.4.8 Reading / writing for xlsx files
284284
pandas-gbq 0.8.0 Google Big Query access
285285
psycopg2 PostgreSQL engine for sqlalchemy
286286
pyarrow 0.9.0 Parquet and feather reading / writing
287-
pymysql MySQL engine for sqlalchemy
287+
pymysql 0.7.11 MySQL engine for sqlalchemy
288288
qtpy Clipboard I/O
289289
s3fs 0.0.8 Amazon S3 access
290290
xarray 0.8.2 pandas-like API for N-dimensional data

doc/source/whatsnew/v0.25.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ Optional libraries below the lowest tested version may still work, but are not c
427427
+-----------------+-----------------+
428428
| pyarrow | 0.9.0 |
429429
+-----------------+-----------------+
430+
| pymysql | 0.7.1 |
431+
+-----------------+-----------------+
430432
| pytables | 3.4.2 |
431433
+-----------------+-----------------+
432434
| scipy | 0.19.0 |

0 commit comments

Comments
 (0)