From a6f446f0cf1cf69c72d91a33aa154d117a074ad0 Mon Sep 17 00:00:00 2001 From: Devin Matte Date: Sat, 28 May 2022 14:43:55 -0400 Subject: [PATCH] Fixing version pinning --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0ed16be..f7efadf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -black~=22.3.0 -csh-ldap~=2.2.0 +black~=21.9b0 +csh-ldap~=2.3.1 click~=7.1.2 flask==1.1.2 jinja2==2.11.3 @@ -20,6 +20,6 @@ sshtunnel==0.2.2 tenacity==5.0.2 websockify==0.9.0 pylint==2.13.9 -pylint-quotes==0.2.1 +pylint-quotes==0.2.3 sentry-sdk[flask] sentry-sdk~=1.5.12