From 9754441ff2f2fd04dd3a88edf95d1dda44b7bd68 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 4 Sep 2022 09:24:33 +0000 Subject: [PATCH] Update dependency prompt-toolkit to v3.0.31 (develop) --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index b551df167..df2939ea1 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1368,7 +1368,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "prompt-toolkit" -version = "3.0.30" +version = "3.0.31" description = "Library for building powerful interactive command lines in Python" category = "main" optional = false @@ -2191,7 +2191,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "f08e89891a23c2b0695fa157812e844ceaa7829baab31db07b59d1bce2d02448" +content-hash = "f575c5cfd5634e1325ec0f670b7410e3e138df0864c70a9b039712876908fd6e" [metadata.files] aiohttp = [ @@ -3223,8 +3223,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] prompt-toolkit = [ - {file = "prompt_toolkit-3.0.30-py3-none-any.whl", hash = "sha256:d8916d3f62a7b67ab353a952ce4ced6a1d2587dfe9ef8ebc30dd7c386751f289"}, - {file = "prompt_toolkit-3.0.30.tar.gz", hash = "sha256:859b283c50bde45f5f97829f77a4674d1c1fcd88539364f1b28a37805cfd89c0"}, + {file = "prompt_toolkit-3.0.31-py3-none-any.whl", hash = "sha256:9696f386133df0fc8ca5af4895afe5d78f5fcfe5258111c2a79a1c3e41ffa96d"}, + {file = "prompt_toolkit-3.0.31.tar.gz", hash = "sha256:9ada952c9d1787f52ff6d5f3484d0b4df8952787c087edf6a1f7c2cb1ea88148"}, ] psycopg2 = [ {file = "psycopg2-2.9.3-cp310-cp310-win32.whl", hash = "sha256:083707a696e5e1c330af2508d8fab36f9700b26621ccbcb538abe22e15485362"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 75e19bfe7..4cadb1550 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -78,7 +78,7 @@ factory-boy = "==3.2.1" django-debug-toolbar = "==3.5.0" asynctest = "==0.13.0" aioresponses = "==0.7.3" -prompt-toolkit = "==3.0.30" +prompt-toolkit = "==3.0.31" black = "==22.6.0" ipdb = "==0.13.9" debugpy = "==1.6.3"