summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorUlysses Souza <ulysses.souza@docker.com>2020-01-14 19:50:31 +0100
committerGitHub <noreply@github.com>2020-01-14 19:50:31 +0100
commitd1ef7c41aa2eddeec7666cb048654fca09380b7b (patch)
tree16acd001c133b0efb877040c83aa5d5ea9762fe1 /requirements.txt
parent78dc92246f2c218eb5be641f9fb15410c89222a9 (diff)
parentdafece4ae56b0649cb349fcf6929c1b10f87c522 (diff)
Merge pull request #7140 from docker/dependabot/pip/cached-property-1.5.1
Bump cached-property from 1.3.0 to 1.5.1
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 97a430cb..76556d65 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
backports.shutil_get_terminal_size==1.0.0
backports.ssl-match-hostname==3.5.0.1; python_version < '3'
-cached-property==1.3.0
+cached-property==1.5.1
certifi==2019.11.28
chardet==3.0.4
colorama==0.4.3; sys_platform == 'win32'