From 758d8c8c49fb20b6c086207eee516986c659c88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:36:21 +0000 Subject: [PATCH] Bump inquirer from 3.4.0 to 3.4.1 Bumps [inquirer](https://github.com/magmax/python-inquirer) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/magmax/python-inquirer/releases) - [Commits](https://github.com/magmax/python-inquirer/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: inquirer dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Password Generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Password Generator/requirements.txt b/Password Generator/requirements.txt index 8fb084425cf..af8d9cdcca5 100644 --- a/Password Generator/requirements.txt +++ b/Password Generator/requirements.txt @@ -1,2 +1,2 @@ colorama==0.4.6 -inquirer==3.4.0 \ No newline at end of file +inquirer==3.4.1 \ No newline at end of file