jira-database-etl
jira-database-etl copied to clipboard
Update dependency PyMySQL to v1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| PyMySQL | ==0.10.0 -> ==1.0.2 |
Release Notes
PyMySQL/PyMySQL
v1.0.2
Release date: 2021-01-09
- Fix
user,password,host,databaseare still positional arguments. All arguments ofconnect()are now keyword-only. (#​941)
v1.0.1
Release date: 2021-01-08
- Stop emitting DeprecationWarning for use of
dbandpasswd. Note that they are still deprecated. (#​939) - Add
python_requires=">=3.6"to setup.py. (#​936)
v1.0.0
Release date: 2021-01-07
Backward incompatible changes:
- Python 2.7 and 3.5 are not supported.
connect()uses keyword-only arguments. User must use keyword argument.connect()kwargsdbandpasswdare now deprecated; Usedatabaseandpasswordinstead.- old_password authentication method (used by MySQL older than 4.1) is not supported.
- MySQL 5.5 and MariaDB 5.5 are not officially supported, although it may still works.
- Removed
escape_dict,escape_sequence, andescape_stringfrompymysqlmodule. They are still inpymysql.converters.
Other changes:
- Connection supports context manager API.
__exit__closes the connection. (#​886) - Add MySQL Connector/Python compatible TLS options (#​903)
- Major code cleanup; PyMySQL now uses black and flake8.
v0.10.1
Release date: 2020-09-10
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.