From 1eb9f12f1a2c781f2f611741efa2cb894409d948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:11:15 +0000 Subject: [PATCH] chore(deps): bump matplotlib-inline from 0.1.3 to 0.1.7 Bumps [matplotlib-inline](https://github.com/ipython/matplotlib-inline) from 0.1.3 to 0.1.7. - [Commits](https://github.com/ipython/matplotlib-inline/compare/0.1.3...0.1.7) --- updated-dependencies: - dependency-name: matplotlib-inline 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 4bee5428..6cee5942 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ iniconfig==2.0.0; python_version >= '3.7' ipdb==0.13.13; python_version >= '3.5' ipython==7.31.1; python_version >= '3.7' jedi==0.18.1; python_version >= '3.6' -matplotlib-inline==0.1.3; python_version >= '3.7' +matplotlib-inline==0.1.7; python_version >= '3.7' more-itertools==8.12.0; python_version >= '3.5' nose==1.3.7 outcome==1.3.0.post0; python_version >= '3.7'