From 841d5d8aa56e30d179ba570e959752c13853c310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:05:49 +0000 Subject: [PATCH] build(deps-dev): bump pylint from 3.2.3 to 3.2.4 Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2cb218c..cb49dc9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "alabaster" @@ -642,13 +642,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.2.3" +version = "3.2.4" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.2.3-py3-none-any.whl", hash = "sha256:b3d7d2708a3e04b4679e02d99e72329a8b7ee8afb8d04110682278781f889fa8"}, - {file = "pylint-3.2.3.tar.gz", hash = "sha256:02f6c562b215582386068d52a30f520d84fdbcf2a95fc7e855b816060d048b60"}, + {file = "pylint-3.2.4-py3-none-any.whl", hash = "sha256:43b8ffdf1578e4e4439fa1f6ace402281f5dd61999192280fa12fe411bef2999"}, + {file = "pylint-3.2.4.tar.gz", hash = "sha256:5753d27e49a658b12a48c2883452751a2ecfc7f38594e0980beb03a6e77e6f86"}, ] [package.dependencies] @@ -978,4 +978,4 @@ docs = ["Sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "906c104456faf9ee76ab34c06e259104041c03af83401026613bf7526b6957c1" +content-hash = "f476dafa33d7f2fee9b884c57d84a5c3f7577deb978a4f8079332213fb725560" diff --git a/pyproject.toml b/pyproject.toml index 92b94c6..87ef6a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ Sphinx = { version = "^7.3.7", optional = true } docs = ["Sphinx"] [tool.poetry.group.dev.dependencies] -pylint = "^3.2.3" +pylint = "^3.2.4" mypy = "^1.10.0" types-requests = "^2.32.0.20240602" ipython = "^8.25.0"