flask-session-tutorial
flask-session-tutorial copied to clipboard
Bump pymysql from 0.10.1 to 1.0.2
Bumps pymysql from 0.10.1 to 1.0.2.
Changelog
Sourced from pymysql's changelog.
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:
Commits
b12efdbv1.0.2abe83c2Make 4 more arguments to keyword-only. (#941)5c6f8bcv1.0.12d36a19Remove warning for db and passwd. (#940)0acaa7fUse built-in unittest.mock (#938)7c4700bRemove tox5d1e27dSet python_requires='>=3.6' (#936)5a02e57remove badgesf65351bDo not create universal wheel6e5d5bdv1.0.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)