Browse Source

fix: sync click version between base and pre-commit requirements (#33910)

asottile-sentry 2 years ago
parent
commit
3e57e0dff4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      requirements-base.txt

+ 1 - 1
requirements-base.txt

@@ -2,7 +2,7 @@ beautifulsoup4==4.7.1
 boto3==1.13.16
 botocore==1.16.16
 celery==4.4.7
-click==7.1.2
+click==8.0.4
 # See if we can remove CPATH from lib.sh
 # https://github.com/getsentry/sentry/pull/30094
 confluent-kafka==1.5.0; python_version == '3.8'