From d1d1266446cfb55d56820cf7d00b002ea44cd017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 23:56:09 +0000 Subject: [PATCH] Bump pylint from 3.2.4 to 3.2.5 (#186) Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2277919..dbcd4e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -278,13 +278,13 @@ files = [ [[package]] name = "pylint" -version = "3.2.4" +version = "3.2.5" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.4-py3-none-any.whl", hash = "sha256:43b8ffdf1578e4e4439fa1f6ace402281f5dd61999192280fa12fe411bef2999"}, - {file = "pylint-3.2.4.tar.gz", hash = "sha256:5753d27e49a658b12a48c2883452751a2ecfc7f38594e0980beb03a6e77e6f86"}, + {file = "pylint-3.2.5-py3-none-any.whl", hash = "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6"}, + {file = "pylint-3.2.5.tar.gz", hash = "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e"}, ] [package.dependencies] @@ -519,4 +519,4 @@ testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7 [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ad2df8b0a31ee2871b16f58525c04495549b5305887ec8009b3459954a546c58" +content-hash = "171f6d88e22107b266b8b35dc384eb35f8a1d02b2be857cef538a8afc37d27f3" diff --git a/pyproject.toml b/pyproject.toml index 49658d8..510d6c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ TgCrypto = "^1.2.5" [tool.poetry.dev-dependencies] black = "^23.12.1" -pylint = "^3.2.4" +pylint = "^3.2.5" pre-commit = "^3.5.0" isort = "^5.13.2" pyclean = "^2.7.6"