From 91d3f4506c342bd6215fcfc6cc2318e83fa3d779 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sat, 7 May 2022 05:01:25 +0200 Subject: [PATCH] Bump click to v8.0.2 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 729aa4e..c515ec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +click==8.0.2 # https://stackoverflow.com/a/71674345/595220 flake8==3.8.4 pytest==6.1.2 pytest-asyncio==0.14.0