chg: Bump dep

pull/551/head
Raphaël Vinot 2020-02-18 14:02:15 +01:00
parent 19b54415de
commit 61aec152f5
2 changed files with 2 additions and 2 deletions

View File

@ -595,7 +595,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.7.3" "version": "3.7.5"
} }
}, },
"nbformat": 4, "nbformat": 4,

2
poetry.lock generated
View File

@ -652,7 +652,7 @@ wcwidth = "*"
[[package]] [[package]]
category = "dev" category = "dev"
description = "Run a subprocess in a pseudo terminal" description = "Run a subprocess in a pseudo terminal"
marker = "python_version >= \"3.3\" and sys_platform != \"win32\" or sys_platform != \"win32\" or os_name != \"nt\"" marker = "sys_platform != \"win32\" or os_name != \"nt\""
name = "ptyprocess" name = "ptyprocess"
optional = false optional = false
python-versions = "*" python-versions = "*"