From 85e7b15f9defae5c9dc652178dc43cab910d8e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:53:54 +0000 Subject: [PATCH] chore(pip-dev)(deps-dev): bump the pylint group across 1 directory with 2 updates Bumps the pylint group with 2 updates in the / directory: [pylint](https://github.com/pylint-dev/pylint) and [astroid](https://github.com/pylint-dev/astroid). Updates `pylint` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.1.1) Updates `astroid` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pylint - dependency-name: astroid dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pylint ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7edfe02..f5542de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -606,13 +606,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pylint" -version = "3.1.0" +version = "3.1.1" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.1.0-py3-none-any.whl", hash = "sha256:507a5b60953874766d8a366e8e8c7af63e058b26345cfcb5f91f89d987fd6b74"}, - {file = "pylint-3.1.0.tar.gz", hash = "sha256:6a69beb4a6f63debebaab0a3477ecd0f559aa726af4954fc948c51f7a2549e23"}, + {file = "pylint-3.1.1-py3-none-any.whl", hash = "sha256:862eddf25dab42704c5f06d3688b8bc19ef4c99ad8a836b6ff260a3b2fbafee1"}, + {file = "pylint-3.1.1.tar.gz", hash = "sha256:c7c2652bf8099c7fb7a63bc6af5c5f8f7b9d7b392fa1d320cb020e222aff28c2"}, ] [package.dependencies] @@ -1001,4 +1001,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11.2" -content-hash = "7acb4dce3cdaac743a752f8e12de313339031286eafdc151b55032b6c1257eda" +content-hash = "59e851459e32a19c4157377ffc52876a0450dd805a70f536ea508ee7acf18fb5" diff --git a/pyproject.toml b/pyproject.toml index fcda1a4..7cb93ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ sentry-sdk = "^2.1.1" [tool.poetry.group.dev.dependencies] black = "^24.4.2" coverage = "^7.5.1" -pylint = "^3.1.0" +pylint = "^3.1.1" pylint-exit = "^1.2.0" pytest = "^8.2.0" pre-commit = "^3.7.1" diff --git a/requirements-dev.txt b/requirements-dev.txt index f378b7b..b85ab8f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -astroid==3.1.0 +astroid==3.2.0 black==24.4.2 cfgv==3.4.0 click==8.1.7 -- 2.47.2