mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Update pymysql requirement from <0.10,>=0.9 to >=0.9,<1.1
Updates the requirements on [pymysql](https://github.com/PyMySQL/PyMySQL) to permit the latest version. - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v0.9.0...v1.0.2) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
288bde2ad8
commit
5c083259b1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ dev =
|
||||||
tox>=3.14.6
|
tox>=3.14.6
|
||||||
zest.releaser>=6.20.1
|
zest.releaser>=6.20.1
|
||||||
psycopg2-binary>=2.8.5
|
psycopg2-binary>=2.8.5
|
||||||
PyMySQL>=0.9,<0.10
|
PyMySQL>=0.9,<1.1
|
||||||
|
|
||||||
doc =
|
doc =
|
||||||
Sphinx==4.1.0
|
Sphinx==4.1.0
|
||||||
|
|
Loading…
Reference in a new issue