flask-session-tutorial
flask-session-tutorial copied to clipboard
Bump pymysql from 1.0.2 to 1.0.3
Bumps pymysql from 1.0.2 to 1.0.3.
Release notes
Sourced from pymysql's releases.
v1.0.3
What's Changed
- Removed _last_executed because of duplication with _executed by
@rajat315315in PyMySQL/PyMySQL#948- Actions: Fix 422 error on Coveralls by
@methanein PyMySQL/PyMySQL#949- Actions: Use cache in finish by
@methanein PyMySQL/PyMySQL#950- Fix docstring for converter functions by
@darxriggsin PyMySQL/PyMySQL#952- Improve docstrings by
@darxriggsin PyMySQL/PyMySQL#954- Fix generating authentication response with long strings by
@netch80in PyMySQL/PyMySQL#988- Fix doctest in pymysql.converters by
@methanein PyMySQL/PyMySQL#994- Actions: Run test with Python 3.10 by
@methanein PyMySQL/PyMySQL#996- Fix calling undefined function by
@methanein PyMySQL/PyMySQL#1003- Stop showing handler name when hander is not set. by
@methanein PyMySQL/PyMySQL#1004- tests: container docker-entrypoint-initdb.d for ease of testing by
@grooverdanin PyMySQL/PyMySQL#1009- fix typo in comment by
@Nothing4Youin PyMySQL/PyMySQL#1024- Update black by
@methanein PyMySQL/PyMySQL#1026- Actions: Use actions/setup-python cache by
@methanein PyMySQL/PyMySQL#1027- update pymysql.constants.CR by
@Nothing4Youin PyMySQL/PyMySQL#1029- we have these constants, why not make use of them? by
@Nothing4Youin PyMySQL/PyMySQL#1028- Improve GitHub workflow by
@Nothing4Youin PyMySQL/PyMySQL#1031- Drop support of EOL Python and DB versions by
@Nothing4Youin PyMySQL/PyMySQL#1030- Fix coveralls branch in README.rst by
@Nothing4Youin PyMySQL/PyMySQL#1034- Fix minor typo in error message by
@nattybearin PyMySQL/PyMySQL#1038- Document that the ssl connection parameter can be an SSLContext by
@cakemannyin PyMySQL/PyMySQL#1045- Update mariadb tests to 10.8, remove end of life mariadb 10.2 by
@Nothing4Youin PyMySQL/PyMySQL#1049- Fix CodeQL target branch by
@Nothing4Youin PyMySQL/PyMySQL#1054- Update CodeQL GitHub action to v2 by
@Nothing4Youin PyMySQL/PyMySQL#1055- tests: remove duplicate test
test_nextsetby@wd0517in PyMySQL/PyMySQL#1057- Remove deprecated socket.error from Connection.connect exception handler by
@Nothing4Youin PyMySQL/PyMySQL#1062- Raise ProgrammingError on -np.inf in addition to np.inf by
@cdcadmanin PyMySQL/PyMySQL#1067- Add unix socket connection test by
@SergeantMenacingGarlicin PyMySQL/PyMySQL#1061- Use Python 3.11 release instead of -dev in tests by
@Nothing4Youin PyMySQL/PyMySQL#1076- docs: Fix a few typos by
@timgates42in PyMySQL/PyMySQL#1053- flake8: Use max_line_length instead of ignoring E501 by
@cclaussin PyMySQL/PyMySQL#1081- Fix typos discovered by codespell by
@cclaussin PyMySQL/PyMySQL#1082- Add doctest by
@methanein PyMySQL/PyMySQL#1086- Use pyproject.toml by
@methanein PyMySQL/PyMySQL#1087- Upgrade GitHub Actions by
@cclaussin PyMySQL/PyMySQL#1080- Upgrade more GitHub Actions by
@cclaussin PyMySQL/PyMySQL#1088- Convert README to Markdown by
@methanein PyMySQL/PyMySQL#1093- Release v1.0.3rc1 by
@methanein PyMySQL/PyMySQL#1094- Fix setuptools didn't include pymysql.constants by
@methanein PyMySQL/PyMySQL#1096- v1.0.3 by
@methanein PyMySQL/PyMySQL#1097- Fix VERSION for dynamic version by
@methanein PyMySQL/PyMySQL#1098New Contributors
@rajat315315made their first contribution in PyMySQL/PyMySQL#948@darxriggsmade their first contribution in PyMySQL/PyMySQL#952@netch80made their first contribution in PyMySQL/PyMySQL#988@Nothing4Youmade their first contribution in PyMySQL/PyMySQL#1024@nattybearmade their first contribution in PyMySQL/PyMySQL#1038
... (truncated)
Changelog
Sourced from pymysql's changelog.
v1.0.3
Release date: TBD
- Dropped support of end of life MySQL version 5.6
- Dropped support of end of life MariaDB versions below 10.3
- Dropped support of end of life Python version 3.6
Commits
930b250Fix VERSION for dynamic version (#1098)7b0e0eav1.0.3 (#1097)35bf026Fix setuptools didn't include pymysql.constants (#1096)d0c2871Release v1.0.3rc1 (#1094)adff5eeUpdate MANIFEST.ind894ab5Convert README to Markdown (#1093)b1399c9Upgrade more GitHub Actions (#1088)5fa7876Upgrade GitHub Actions (#1080)ded5f5aUse pyproject.toml (#1087)592c4d2Action: Fix test coverage- 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)