Skip to content

Commit

Permalink
⬆️ Bump pymysql from 1.0.2 to 1.1.1 in /server/projects/login
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 Jun 20, 2024
1 parent dd33114 commit 6e2e85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/projects/login/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gunicorn==22.0.0
Django==3.2.25

# for django using mysql server
pymysql==1.0.2
pymysql==1.1.1

# for rest api
djangorestframework==3.11.2
Expand Down

0 comments on commit 6e2e85c

Please sign in to comment.