Skip to content

Commit

Permalink
Merge pull request #197 from ComputerScienceHouse/dependabot/pip/pymy…
Browse files Browse the repository at this point in the history
…sql-1.1.1

Bump pymysql from 1.0.2 to 1.1.1
  • Loading branch information
Sam-Cordry committed Sep 18, 2024
2 parents 2397ceb + 4744e6b commit 23d66c8
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 23d66c8

Please sign in to comment.