From 25e470aa200c58d15d283764129d9b2e228a9551 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Jun 2020 21:36:25 +0000 Subject: [PATCH] fix(dependencies): update dependency watchdog to v0.10.3 --- poetry.lock | 24 +++++++----------------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5c2f155..fcfaad5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7,14 +7,6 @@ optional = false python-versions = "*" version = "1.4.4" -[[package]] -category = "main" -description = "An unobtrusive argparse wrapper with natural syntax" -name = "argh" -optional = false -python-versions = "*" -version = "0.26.2" - [[package]] category = "dev" description = "Atomic file writes." @@ -454,13 +446,14 @@ description = "Filesystem events monitoring" name = "watchdog" optional = false python-versions = "*" -version = "0.7.0" +version = "0.10.3" [package.dependencies] -PyYAML = ">=3.09" -argh = ">=0.8.1" pathtools = ">=0.1.1" +[package.extras] +watchmedo = ["PyYAML (>=3.10)", "argh (>=0.24.1)"] + [[package]] category = "dev" description = "Measures number of Terminal column cells of wide-character codes" @@ -483,7 +476,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["pathlib2", "unittest2", "jaraco.itertools", "func-timeout"] [metadata] -content-hash = "6c173080253c3ac650e495adec1d08a47017f750723521edbae94e596b0ebd48" +content-hash = "a839f703a8b64edabfe7b52af90423de9802b954f5db6526ddc8bcfa26665d74" python-versions = "^3.5" [metadata.files] @@ -491,10 +484,6 @@ appdirs = [ {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, {file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"}, ] -argh = [ - {file = "argh-0.26.2-py2.py3-none-any.whl", hash = "sha256:a9b3aaa1904eeb78e32394cd46c6f37ac0fb4af6dc488daa58971bdc7d7fcaf3"}, - {file = "argh-0.26.2.tar.gz", hash = "sha256:e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65"}, -] atomicwrites = [ {file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"}, {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"}, @@ -707,6 +696,7 @@ regex = [ {file = "regex-2020.5.14.tar.gz", hash = "sha256:ce450ffbfec93821ab1fea94779a8440e10cf63819be6e176eb1973a6017aff5"}, ] requests = [ + {file = "requests-2.23.0-py2.7.egg", hash = "sha256:5d2d0ffbb515f39417009a46c14256291061ac01ba8f875b90cad137de83beb4"}, {file = "requests-2.23.0-py2.py3-none-any.whl", hash = "sha256:43999036bfa82904b6af1d99e4882b560e5e2c68e5c4b0aa03b655f3d7d73fee"}, {file = "requests-2.23.0.tar.gz", hash = "sha256:b3f43d496c6daba4493e7c431722aeb7dbc6288f52a6e04e7b6023b0247817e6"}, ] @@ -758,7 +748,7 @@ urllib3 = [ {file = "urllib3-1.25.9.tar.gz", hash = "sha256:3018294ebefce6572a474f0604c2021e33b3fd8006ecd11d62107a5d2a963527"}, ] watchdog = [ - {file = "watchdog-0.7.0.tar.gz", hash = "sha256:8d89934fede6ec0dfe4d128606e36b989ba0b27b6cf74bd042b818b554625240"}, + {file = "watchdog-0.10.3.tar.gz", hash = "sha256:4214e1379d128b0588021880ccaf40317ee156d4603ac388b9adcf29165e0c04"}, ] wcwidth = [ {file = "wcwidth-0.1.9-py2.py3-none-any.whl", hash = "sha256:cafe2186b3c009a04067022ce1dcd79cb38d8d65ee4f4791b8888d6599d1bbe1"}, diff --git a/pyproject.toml b/pyproject.toml index c560ae8..3cfbf51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ parguments = "==0.3.2" pygments = "==1.6" tornado = "==3.2" ujson = "==2.0.3" -watchdog = "==0.7.0" +watchdog = "==0.10.3" pyyaml = "^5.3" [tool.poetry.dev-dependencies]