From 110a188594af023a24d10a42c5901fe815e925ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 04:02:15 +0000 Subject: [PATCH] fix(deps): update dependency types-pymysql to v1.1.0.20241103 --- backend/poetry.lock | 8 ++++---- backend/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 0eb0bfbe..db5d26cc 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -2338,13 +2338,13 @@ test = ["coverage[toml] (>=7)", "mypy (>=1.2.0)", "pytest (>=7)"] [[package]] name = "types-pymysql" -version = "1.1.0.20240524" +version = "1.1.0.20241103" description = "Typing stubs for PyMySQL" optional = true python-versions = ">=3.8" files = [ - {file = "types-PyMySQL-1.1.0.20240524.tar.gz", hash = "sha256:93058fef2077c407e29bdcd1a7dfbbf06a59324a5440df30dd002f572199ac17"}, - {file = "types_PyMySQL-1.1.0.20240524-py3-none-any.whl", hash = "sha256:8be5be228bf6376f9055ec03bec0dfa6f1a84163f9a89305db446f0b31f87be3"}, + {file = "types-PyMySQL-1.1.0.20241103.tar.gz", hash = "sha256:a7628542919a0ba87625fb79eefb2a2de45fb4ad32afe6e561e8f2f27fb58b8c"}, + {file = "types_PyMySQL-1.1.0.20241103-py3-none-any.whl", hash = "sha256:1a32efd8a74b5bf74c4de92a86c1cc6edaf3802dcfd5546635ab501eb5e3c096"}, ] [[package]] @@ -2506,4 +2506,4 @@ unittests = ["coverage", "django-coverage-plugin", "django-extensions"] [metadata] lock-version = "2.0" python-versions = ">= 3.10, < 3.13" -content-hash = "752a4bb0f9edf433315e2765ca4199976b7d8b79cf59cb707c58a39502266d36" +content-hash = "e7fa620c397e4b09c334238e8543f9a1eb903dd067297ec4b3351f9cc41d9226" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 127a7ddc..245e6c26 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -83,7 +83,7 @@ pre-commit = { version = "4.0.1", optional = true } # https://github.com/pre-co mypy = { version = "1.13.0", optional = true } # https://github.com/python/mypy django-stubs = { version = "5.1.1", optional = true } # https://github.com/typeddjango/django-stubs djangorestframework-stubs = { version = "3.15.1", optional = true } # https://github.com/typeddjango/djangorestframework-stubs -types-PyMySQL = { version = "1.1.0.20240524", optional = true } # https://github.com/python/typeshed +types-PyMySQL = { version = "1.1.0.20241103", optional = true } # https://github.com/python/typeshed # import-linter = "2.0" # https://github.com/seddonym/import-linter --> Cannot be build with Docker [tool.poetry.extras]