diff --git a/poetry.lock b/poetry.lock index 2e8df7f..b0983d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -684,19 +684,19 @@ files = [ [[package]] name = "pymysql" -version = "1.1.1" +version = "1.2.0" description = "Pure Python MySQL Driver" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "PyMySQL-1.1.1-py3-none-any.whl", hash = "sha256:4de15da4c61dc132f4fb9ab763063e693d521a80fd0e87943b9a453dd4c19d6c"}, - {file = "pymysql-1.1.1.tar.gz", hash = "sha256:e127611aaf2b417403c60bf4dc570124aeb4a57f5f37b8e95ae399a42f904cd0"}, + {file = "pymysql-1.2.0-py3-none-any.whl", hash = "sha256:62169ce6d5510f08e140c5e7990ee884a9764024e4a9a27b2cc11f1099322ae0"}, + {file = "pymysql-1.2.0.tar.gz", hash = "sha256:6c7b17ca686988104d7426c27895b455cdeea3e9d3ceb1270f0c3704fead8c33"}, ] [package.extras] -ed25519 = ["PyNaCl (>=1.4.0)"] -rsa = ["cryptography"] +ed25519 = ["PyNaCl (>=1.6.2)"] +rsa = ["cryptography (>=46.0.7)"] [[package]] name = "python-dotenv"