Bump pymysql from 1.0.0 to 1.0.2 #4

Merged
Xefir merged 1 commits from dependabot/pip/pymysql-1.0.2 into master 2021-01-10 22:28:32 +00:00
Owner

Bumps pymysql from 1.0.0 to 1.0.2.

Changelog

Sourced from pymysql's changelog.

v1.0.2

Release date: 2021-01-09

  • Fix user, password, host, database are still positional arguments.
    All arguments of connect() are now keyword-only. (#941)

v1.0.1

Release date: 2021-01-08

  • Stop emitting DeprecationWarning for use of db and passwd.
    Note that they are still deprecated. (#939)
  • Add python_requires=">=3.6" to setup.py. (#936)
Commits

Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.0 to 1.0.2. <details> <summary>Changelog</summary> *Sourced from [pymysql's changelog](https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG.md).* > ## v1.0.2 > > Release date: 2021-01-09 > > * Fix `user`, `password`, `host`, `database` are still positional arguments. > All arguments of `connect()` are now keyword-only. ([#941](https://github.com/PyMySQL/PyMySQL/issues/941)) > > > ## v1.0.1 > > Release date: 2021-01-08 > > * Stop emitting DeprecationWarning for use of ``db`` and ``passwd``. > Note that they are still deprecated. ([#939](https://github.com/PyMySQL/PyMySQL/issues/939)) > * Add ``python_requires=">=3.6"`` to setup.py. ([#936](https://github.com/PyMySQL/PyMySQL/issues/936)) </details> <details> <summary>Commits</summary> - [`b12efdb`](https://github.com/PyMySQL/PyMySQL/commit/b12efdb6c1baa55e58a4384271e33a7351d554d5) v1.0.2 - [`abe83c2`](https://github.com/PyMySQL/PyMySQL/commit/abe83c262ea647a09e0f13587fa91d6a14a71598) Make 4 more arguments to keyword-only. ([#941](https://github.com/PyMySQL/PyMySQL/issues/941)) - [`5c6f8bc`](https://github.com/PyMySQL/PyMySQL/commit/5c6f8bcb741c32719a07e8c95eb8050cb9249511) v1.0.1 - [`2d36a19`](https://github.com/PyMySQL/PyMySQL/commit/2d36a195060b46e12f16d8b776468bab53ea6919) Remove warning for db and passwd. ([#940](https://github.com/PyMySQL/PyMySQL/issues/940)) - [`0acaa7f`](https://github.com/PyMySQL/PyMySQL/commit/0acaa7f4fa4e2a9a30c835fc1be0b74eec3aaf87) Use built-in unittest.mock ([#938](https://github.com/PyMySQL/PyMySQL/issues/938)) - [`7c4700b`](https://github.com/PyMySQL/PyMySQL/commit/7c4700bd66b36e6e50e7f8c7df57635f0dafb006) Remove tox - [`5d1e27d`](https://github.com/PyMySQL/PyMySQL/commit/5d1e27de3f35a936f7baf63036098d44f4a41a58) Set python_requires='>=3.6' ([#936](https://github.com/PyMySQL/PyMySQL/issues/936)) - [`5a02e57`](https://github.com/PyMySQL/PyMySQL/commit/5a02e5780f615ac7793373d63c407b979c33cd1c) remove badges - [`f65351b`](https://github.com/PyMySQL/PyMySQL/commit/f65351b1bd6c02eab07f20cbedada6ebfbf6d56d) Do not create universal wheel - See full diff in [compare view](https://github.com/PyMySQL/PyMySQL/compare/v1.0.0...v1.0.2) </details> <br />
Xefir added 1 commit 2021-01-10 00:05:08 +00:00
Xefir merged commit 0940cbb354 into master 2021-01-10 22:28:32 +00:00
Xefir deleted branch dependabot/pip/pymysql-1.0.2 2021-01-10 22:28:45 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/PyNyaaTa#4
No description provided.