From f9a9753bef0e77b9e091a9bbe907e1327e0aadb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 17:58:27 +0000 Subject: [PATCH] Update typer requirement from ==0.7.* to ==0.9.* Updates the requirements on [typer](https://github.com/tiangolo/typer) to permit the latest version. - [Release notes](https://github.com/tiangolo/typer/releases) - [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/tiangolo/typer/compare/0.7.0...0.9.0) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62721b361b..2c6061f72b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pytest-asyncio jinja2==3.* # Used for the debug CLI -typer==0.7.* +typer==0.9.* escapism==1.* # requests is used by deployer/cilogon_app.py