diff --git a/poetry.lock b/poetry.lock index 98b9720b..00034398 100644 --- a/poetry.lock +++ b/poetry.lock @@ -600,13 +600,13 @@ toolz = "*" [[package]] name = "pymysql" -version = "1.1.0" +version = "1.1.1" description = "Pure Python MySQL Driver" optional = false python-versions = ">=3.7" files = [ - {file = "PyMySQL-1.1.0-py3-none-any.whl", hash = "sha256:8969ec6d763c856f7073c4c64662882675702efcb114b4bcbb955aea3a069fa7"}, - {file = "PyMySQL-1.1.0.tar.gz", hash = "sha256:4f13a7df8bf36a51e81dd9f3605fede45a4878fe02f9236349fd82a3f0612f96"}, + {file = "PyMySQL-1.1.1-py3-none-any.whl", hash = "sha256:4de15da4c61dc132f4fb9ab763063e693d521a80fd0e87943b9a453dd4c19d6c"}, + {file = "pymysql-1.1.1.tar.gz", hash = "sha256:e127611aaf2b417403c60bf4dc570124aeb4a57f5f37b8e95ae399a42f904cd0"}, ] [package.extras] @@ -908,4 +908,4 @@ poster3 = ">=0.8.1,<0.9.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9c51c388b54ce77290a0db1b0271865a7407fb8845c6262a1a80006a1bf1f19d" +content-hash = "9158b6fed79ce84b151d5f91c02ffb00319430b74e457eddb738fd7150e0024d" diff --git a/pyproject.toml b/pyproject.toml index aa2f5e59..0f2d912a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ requests = "^2.32.0" internetarchive = "^3.1.0" lxml = "^4.9.1" mwclient = "^0.10.1" -PyMySQL = "^1.0.2" +PyMySQL = "^1.1.1" pywikibot = "^6.6.1" urllib3 = "^1.26.18" wikitools3 = "^3.0.0" diff --git a/requirements.txt b/requirements.txt index 2ed1bd42..23d03d4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -204,9 +204,9 @@ poster3==0.8.1 ; python_version >= "3.8" and python_version < "4.0" \ pre-commit-poetry-export==0.1.2 ; python_version >= "3.8" and python_version < "4.0" \ --hash=sha256:4bdc5217f492083911fe6afe47a3532b2ab34108ed6cd7e159b603851f7b0357 \ --hash=sha256:800d57df5ff96c6dcff1caf6f8f88bb08bd04f5017a125e94ce9e05ea27e60b8 -pymysql==1.1.0 ; python_version >= "3.8" and python_version < "4.0" \ - --hash=sha256:4f13a7df8bf36a51e81dd9f3605fede45a4878fe02f9236349fd82a3f0612f96 \ - --hash=sha256:8969ec6d763c856f7073c4c64662882675702efcb114b4bcbb955aea3a069fa7 +pymysql==1.1.1 ; python_version >= "3.8" and python_version < "4.0" \ + --hash=sha256:4de15da4c61dc132f4fb9ab763063e693d521a80fd0e87943b9a453dd4c19d6c \ + --hash=sha256:e127611aaf2b417403c60bf4dc570124aeb4a57f5f37b8e95ae399a42f904cd0 pywikibot==6.6.5 ; python_version >= "3.8" and python_version < "4.0" \ --hash=sha256:72c2fc4615de0b7b0a158ac5407317ed3dd9d1250d371281cc18672e9d0f384d requests-oauthlib==1.3.1 ; python_version >= "3.8" and python_version < "4.0" \