Skip to content

Commit

Permalink
chore(deps): bump cachelib from 0.1.1 to 0.4.1 (#17482)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored Nov 21, 2021
1 parent 69c3cc7 commit 261e418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_git_sha() -> str:
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",
Expand Down

0 comments on commit 261e418

Please sign in to comment.