From 77def96d5cae0c7d5d509ad9bc6076edab1672c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:13:58 +0000 Subject: [PATCH] chore(pip-dev)(deps-dev): bump the pylint group with 2 updates Bumps the pylint group with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [astroid](https://github.com/pylint-dev/astroid). Updates `pylint` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.1.0) Updates `astroid` from 3.0.3 to 3.1.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.0.3...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pylint - dependency-name: astroid dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pylint ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4a05f6a..3a6d786 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -astroid==3.0.3 +astroid==3.1.0 black==24.2.0 cfgv==3.4.0 click==8.1.7 @@ -20,7 +20,7 @@ platformdirs==4.2.0 pluggy==1.4.0 pre-commit==3.6.2 pylint-exit==1.2.0 -pylint==3.0.3 +pylint==3.1.0 pytest==8.0.2 pyyaml==6.0.1 setuptools==69.1.1