bump up to 2.1.7 to fix inotify issue resolved by 848 (#11042)

This commit is contained in:
wjblanke 2022-04-04 23:35:28 -07:00 committed by GitHub
parent 4a4b14b78b
commit 261f5baa6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ dependencies = [
# TODO: when moving to click 8 remove the pinning of black noted below # TODO: when moving to click 8 remove the pinning of black noted below
"click==7.1.2", # For the CLI "click==7.1.2", # For the CLI
"dnspythonchia==2.2.0", # Query DNS seeds "dnspythonchia==2.2.0", # Query DNS seeds
"watchdog==2.1.6", # Filesystem event watching - watches keyring.yaml "watchdog==2.1.7", # Filesystem event watching - watches keyring.yaml
"dnslib==0.9.17", # dns lib "dnslib==0.9.17", # dns lib
"typing-extensions==4.0.1", # typing backports like Protocol and TypedDict "typing-extensions==4.0.1", # typing backports like Protocol and TypedDict
"zstd==1.5.0.4", "zstd==1.5.0.4",