From 20d66d0eca2dabe4318a541d1f13fb6e5bb6166c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 03:26:36 +0000 Subject: [PATCH] Update kiwisolver requirement from ~=1.3.1 to ~=1.4.3 Updates the requirements on [kiwisolver](https://github.com/nucleic/kiwi) to permit the latest version. - [Release notes](https://github.com/nucleic/kiwi/releases) - [Changelog](https://github.com/nucleic/kiwi/blob/main/releasenotes.rst) - [Commits](https://github.com/nucleic/kiwi/compare/1.3.1...1.4.3) --- updated-dependencies: - dependency-name: kiwisolver dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6564de12ab5..1554b3c4b95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ jsonschema~=3.2.0 jupyter-client~=6.1.11 jupyter-core~=4.7.1 jupyterlab-pygments~=0.1.2 -kiwisolver~=1.3.1 +kiwisolver~=1.4.3 MarkupSafe~=1.1.1 matplotlib~=3.3.4 mistune~=0.8.4