summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-14 17:26:05 +0000
committerGitHub <noreply@github.com>2020-01-14 17:26:05 +0000
commitdafece4ae56b0649cb349fcf6929c1b10f87c522 (patch)
treed0710e8217d75d3a9ecb13ba3da4f06a19f2d856 /requirements.txt
parent71e166e3bd51406b6239d597cab853c26c68033f (diff)
Bump cached-property from 1.3.0 to 1.5.1
Bumps [cached-property](https://github.com/pydanny/cached-property) from 1.3.0 to 1.5.1. - [Release notes](https://github.com/pydanny/cached-property/releases) - [Changelog](https://github.com/pydanny/cached-property/blob/master/HISTORY.rst) - [Commits](https://github.com/pydanny/cached-property/compare/1.3.0...1.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 486307e7..eedda62b 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'