Skip to content

Commit

Permalink
Bump pymysql from 1.0.2 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.2 to 1.1.1.
- [Release notes](https://github.com/PyMySQL/PyMySQL/releases)
- [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md)
- [Commits](PyMySQL/PyMySQL@v1.0.2...v1.1.1)

---
updated-dependencies:
- dependency-name: pymysql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent ad84a2b commit 49d0aca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Flask-pyoidc==1.3.0
Flask-SQLAlchemy==2.5.1
gunicorn==20.1.0
pip-tools~=6.6.2
PyMySQL==1.0.2
PyMySQL==1.1.1
pyGravatar==0.0.6
git+https://github.com/maxcountryman/flask-uploads@master
pylint~=2.13.9
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pyjwkest==1.4.2
# via oic
pylint==2.13.9
# via -r requirements.in
pymysql==1.0.2
pymysql==1.1.1
# via -r requirements.in
pyopenssl==22.0.0
# via oic
Expand Down Expand Up @@ -159,6 +159,10 @@ tomli==2.0.1
# via
# pep517
# pylint
typing-extensions==4.12.2
# via
# astroid
# pylint
urllib3==1.26.9
# via
# requests
Expand Down

0 comments on commit 49d0aca

Please sign in to comment.