From 9769e95c83dff9a39fcd537c2ece5647e836e771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:45:59 +0000 Subject: [PATCH] chore(deps): bump astroid from 3.1.0 to 3.2.0 in /app Bumps [astroid](https://github.com/pylint-dev/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: astroid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index befbbf9..53945be 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -astroid==3.1.0 +astroid==3.2.0 colorama==0.4.6 Django==3.2.25 django-environ==0.11.2