Skip to content

Bump pymysql from 0.10.1 to 1.0.2#113

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/pymysql-1.0.2
Closed

Bump pymysql from 0.10.1 to 1.0.2#113
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/pymysql-1.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 16, 2021

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, 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)

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() kwargs db and passwd are now deprecated; Use database and password instead.
  • 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, and escape_string from pymysql module. They are still in pymysql.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.
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 16, 2021
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 16, 2021

Codecov Report

Merging #113 (6246b27) into develop (f3c2581) will increase coverage by 11.89%.
The diff coverage is n/a.

❗ Current head 6246b27 differs from pull request most recent head 5855112. Consider uploading reports for the commit 5855112 to get more accurate results

@@             Coverage Diff              @@
##           develop     #113       +/-   ##
============================================
+ Coverage    69.46%   81.35%   +11.89%     
============================================
  Files            4        5        +1     
  Lines          262      236       -26     
============================================
+ Hits           182      192       +10     
+ Misses          80       44       -36     
Impacted Files Coverage Δ
tools/db.py 96.29% <0.00%> (ø)
bounty_agent.py 78.18% <0.00%> (+1.60%) ⬆️
tools/helper.py 72.46% <0.00%> (+11.78%) ⬆️
tools/logger.py 100.00% <0.00%> (+32.20%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot Bot force-pushed the dependabot/pip/pymysql-1.0.2 branch from 1fbbb88 to edc4351 Compare January 22, 2021 17:14
@dependabot dependabot Bot force-pushed the dependabot/pip/pymysql-1.0.2 branch from edc4351 to 23a19f3 Compare February 12, 2021 18:12
@dependabot dependabot Bot force-pushed the dependabot/pip/pymysql-1.0.2 branch from 23a19f3 to 6246b27 Compare March 2, 2021 16:15
@dependabot dependabot Bot force-pushed the dependabot/pip/pymysql-1.0.2 branch from 6246b27 to b4f4c01 Compare March 11, 2021 11:18
@dependabot dependabot Bot force-pushed the dependabot/pip/pymysql-1.0.2 branch 2 times, most recently from f635a1b to e82e2fd Compare May 18, 2021 11:27
@dependabot dependabot Bot force-pushed the dependabot/pip/pymysql-1.0.2 branch from e82e2fd to 73ba87c Compare June 9, 2021 18:37
@dependabot dependabot Bot force-pushed the dependabot/pip/pymysql-1.0.2 branch 2 times, most recently from f77f1de to 71b85f6 Compare January 26, 2022 14:58
Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 0.10.1 to 1.0.2.
- [Release notes](https://github.com/PyMySQL/PyMySQL/releases)
- [Changelog](https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG.md)
- [Commits](PyMySQL/PyMySQL@v0.10.1...v1.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/pymysql-1.0.2 branch from 71b85f6 to 5855112 Compare November 22, 2022 17:48
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 1, 2023

Superseded by #244.

@dependabot dependabot Bot closed this Apr 1, 2023
@dependabot dependabot Bot deleted the dependabot/pip/pymysql-1.0.2 branch April 1, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant