From 5033661a0a8c6a9d7be6075c7a9e9045adfefd1b Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Thu, 3 Jun 2021 08:57:30 +0200 Subject: [PATCH] Fix click to version 7.1.2 --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 817a790..55f0b81 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ aiofiles aiohttp appdirs -click +click~=7.1.2 click-log keyring marshmallow @@ -17,4 +17,4 @@ pytest pytest-mock pytest-env pyinstaller -setuptools>49 \ No newline at end of file +setuptools>49 -- GitLab