chore(deps): bump cachelib from 0.1.1 to 0.4.1 (#17482)

This commit is contained in:
Ville Brofeldt 2021-11-21 10:13:28 +02:00 committed by GitHub
parent 69c3cc712d
commit 261e4185ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ bleach==3.3.1
# via apache-superset
brotli==1.0.9
# via flask-compress
cachelib==0.1.1
cachelib==0.4.1
# via apache-superset
celery==4.4.7
# via apache-superset

View File

@ -66,7 +66,7 @@ setup(
install_requires=[
"backoff>=1.8.0",
"bleach>=3.0.2, <4.0.0",
"cachelib>=0.1.1,<0.2",
"cachelib>=0.4.1,<0.5",
"celery>=4.3.0, <5.0.0, !=4.4.1",
"click<8",
"colorama",