Skip to content

Commit

Permalink
Pin PyMySQL package to 0.9.3
Browse files Browse the repository at this point in the history
This commit pins PyMySQL package to 0.9.3 to be the same
version as in ELK.

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
  • Loading branch information
jjmerchante committed Sep 26, 2022
1 parent 9115850 commit 48ac7c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
18 changes: 5 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ stackalytics2sh = 'sortinghat.misc.stackalytics2sh:main'
[tool.poetry.dependencies]
python = "^3.7"

PyMySQL = ">=0.7.0"
PyMySQL = "0.9.3"
sqlalchemy = "~1.3.0"
jinja2 = "^3.0.1"
python-dateutil = "^2.6.0"
Expand Down
3 changes: 2 additions & 1 deletion releases/unreleased/update-package-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ category: other
author: Jose Javier Merchante <jjmerchante@bitergia.com>
issue: null
notes: >
Update jinja2 package and dev-dependencies.
Update jinja2 package and dev-dependencies. Pin pymysql
to 0.9.3 to be the same version as in ELK.

0 comments on commit 48ac7c6

Please sign in to comment.