diff --git a/.python-version b/.python-version index c0bbd7a..ccb3fd7 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -db_facts-3.8.3 +db_facts-3.8.4 diff --git a/deps.sh b/deps.sh index 0911600..eb372b0 100755 --- a/deps.sh +++ b/deps.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -python_version=3.8.3 +python_version=3.8.4 # zipimport.ZipImportError: can't decompress data; zlib not available: # You may need `xcode-select --install` on OS X # https://github.com/pyenv/pyenv/issues/451#issuecomment-151336786