From bd6ff75b2d0b804dd0b0c37157eb0b579f6f70b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 03:24:40 +0000 Subject: [PATCH] Update kiwisolver requirement from ~=1.3.1 to ~=1.4.2 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.2) --- 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..1dbed9a9c9b 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.2 MarkupSafe~=1.1.1 matplotlib~=3.3.4 mistune~=0.8.4