From f0181a47bafa86f2b852151be1111bf9a3783876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:24:54 +0000 Subject: [PATCH] Bump kiwisolver from 1.4.3 to 1.4.4 Bumps [kiwisolver](https://github.com/nucleic/kiwi) from 1.4.3 to 1.4.4. - [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.4.3...1.4.4) --- updated-dependencies: - dependency-name: kiwisolver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ac58d50..fa5a72f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ jupyter-client==7.3.4; python_full_version >= "3.7.0" and python_version >= "3.7 jupyter-core==4.12.0; python_version >= "3.7" jupyterlab-pygments==0.2.2; python_version >= "3.7" jupyterlab-widgets==1.1.1; python_version >= "3.6" -kiwisolver==1.4.3; python_version >= "3.7" +kiwisolver==1.4.4; python_version >= "3.7" lxml==4.9.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" markdown-it-py==2.1.0; python_version >= "3.7" and python_full_version >= "3.7.0" markupsafe==2.1.1; python_version >= "3.7"