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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-22 12:06:04 +05:30 committed by GitHub
parent 1b025c76da
commit ba199f8e4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ dependencies = [
"PyJWT~=2.8.0",
# We depend on internal attributes,
# do NOT add loose requirements on PyMySQL versions.
"PyMySQL==1.1.0",
"PyMySQL==1.1.1",
"pypdf~=3.17.0",
"PyPika==0.48.9",
"PyQRCode~=1.2.1",