From 3fa64ccee7fd6fc4068d7588765c1ef00ce44560 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 00:15:06 +0000 Subject: [PATCH] chore(deps): update dependency pymysql to v1.1.1 [security] --- pdm.lock | 13 ++++++++----- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/pdm.lock b/pdm.lock index 7c07c80..c05851e 100644 --- a/pdm.lock +++ b/pdm.lock @@ -4,8 +4,11 @@ [metadata] groups = ["default"] strategy = ["cross_platform", "inherit_metadata"] -lock_version = "4.4.1" -content_hash = "sha256:2f3c5321fb969bc98c8ba808cbc2bfe1848d68b363173517da743fdb73de686a" +lock_version = "4.5.0" +content_hash = "sha256:8e6fc5e92983913b6b7fded8c9337a426e294c228083e3a8a82649862f54a8b3" + +[[metadata.targets]] +requires_python = ">=3.12" [[package]] name = "annotated-types" @@ -778,13 +781,13 @@ files = [ [[package]] name = "pymysql" -version = "1.1.0" +version = "1.1.1" requires_python = ">=3.7" summary = "Pure Python MySQL Driver" groups = ["default"] 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]] diff --git a/pyproject.toml b/pyproject.toml index e47b29f..8b12fb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,5 +2,5 @@ [project] # PEP 621 project metadata # See https://www.python.org/dev/peps/pep-0621/ -dependencies = ["annotated-types>=0.5.0", "anyio==3.7.1", "Authlib==1.2.1", "bcrypt>=4.0.1", "bleach>=6.0.0", "cachetools==5.3.2", "certifi==2023.7.22", "cffi>=1.15.1", "click==8.1.7", "contourpy>=1.0.6", "cryptography==41.0.7", "cycler>=0.11.0", "exceptiongroup==1.1.3", "fastapi>=0.103.2", "fonttools>=4.38.0", "greenlet==3.0.1", "h11==0.14.0", "httpcore>=0.17.3", "httpx>=0.24.1", "idna==3.4", "importlib-resources>=5.12.0", "itsdangerous==2.1.2", "Jinja2==3.1.2", "kiwisolver==1.4.5", "MarkupSafe==2.1.3", "matplotlib>=3.5.3", "numpy>=1.21.6", "packaging==23.2", "pandas>=1.3.5", "passlib==1.7.4", "Pillow>=9.5.0", "plotly==5.18.0", "pycparser==2.21", "pydantic==2.4.2", "pydantic-core==2.10.1", "pyopenssl>=23.3.0", "pyparsing==3.1.1", "python-dateutil==2.8.2", "python-dotenv>=0.21.1", "python-multipart==0.0.6", "pytz==2023.3.post1", "six==1.16.0", "sniffio==1.3.0", "SQLAlchemy==2.0.23", "sse-starlette>=0.10.3", "starlette>=0.27.0", "tenacity==8.2.3", "testresources>=2.0.1", "typing-extensions>=4.7.1", "tzdata==2023.3", "ua-parser==0.18.0", "user-agents==2.2.0", "uvicorn>=0.22.0", "webencodings==0.5.1", "zipp>=3.15.0", "filelock==3.12.2", "APScheduler>=3.10.0", "pymysql==1.1.0", "psycopg2-binary==2.9.9", "lxml==5.1.0"] +dependencies = ["annotated-types>=0.5.0", "anyio==3.7.1", "Authlib==1.2.1", "bcrypt>=4.0.1", "bleach>=6.0.0", "cachetools==5.3.2", "certifi==2023.7.22", "cffi>=1.15.1", "click==8.1.7", "contourpy>=1.0.6", "cryptography==41.0.7", "cycler>=0.11.0", "exceptiongroup==1.1.3", "fastapi>=0.103.2", "fonttools>=4.38.0", "greenlet==3.0.1", "h11==0.14.0", "httpcore>=0.17.3", "httpx>=0.24.1", "idna==3.4", "importlib-resources>=5.12.0", "itsdangerous==2.1.2", "Jinja2==3.1.2", "kiwisolver==1.4.5", "MarkupSafe==2.1.3", "matplotlib>=3.5.3", "numpy>=1.21.6", "packaging==23.2", "pandas>=1.3.5", "passlib==1.7.4", "Pillow>=9.5.0", "plotly==5.18.0", "pycparser==2.21", "pydantic==2.4.2", "pydantic-core==2.10.1", "pyopenssl>=23.3.0", "pyparsing==3.1.1", "python-dateutil==2.8.2", "python-dotenv>=0.21.1", "python-multipart==0.0.6", "pytz==2023.3.post1", "six==1.16.0", "sniffio==1.3.0", "SQLAlchemy==2.0.23", "sse-starlette>=0.10.3", "starlette>=0.27.0", "tenacity==8.2.3", "testresources>=2.0.1", "typing-extensions>=4.7.1", "tzdata==2023.3", "ua-parser==0.18.0", "user-agents==2.2.0", "uvicorn>=0.22.0", "webencodings==0.5.1", "zipp>=3.15.0", "filelock==3.12.2", "APScheduler>=3.10.0", "pymysql==1.1.1", "psycopg2-binary==2.9.9", "lxml==5.1.0"] requires-python = ">=3.12" diff --git a/requirements.txt b/requirements.txt index 58d4749..c920800 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,6 +55,6 @@ webencodings==0.5.1 zipp>=3.15.0 filelock==3.12.2 APScheduler>=3.10.0 -pymysql==1.1.0 +pymysql==1.1.1 psycopg2-binary==2.9.9 lxml==5.1.0 \ No newline at end of file