From 1b23f246955d53fada888b565103cbd1808919cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:17:45 +0000 Subject: [PATCH] chore(pip-prod)(deps): bump astroid from 3.2.1 to 3.2.2 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.2.1 to 3.2.2. - [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.2.1...v3.2.2) --- updated-dependencies: - dependency-name: astroid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2df12f5..9546548 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -astroid==3.2.1 +astroid==3.2.2 attrs==23.2.0 autopep8==2.1.0 backoff==2.2.1