From 9d9e7f50aabe0d7b7000a3c2fb39a267779dec96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 18:33:11 +0200 Subject: [PATCH] chore(deps): bump jedi from 0.18.1 to 0.19.1 (#838) Bumps [jedi](https://github.com/davidhalter/jedi) from 0.18.1 to 0.19.1. - [Changelog](https://github.com/davidhalter/jedi/blob/master/CHANGELOG.rst) - [Commits](https://github.com/davidhalter/jedi/compare/v0.18.1...v0.19.1) --- updated-dependencies: - dependency-name: jedi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c68308b4..02a3343e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ idna==3.3; python_version >= '3.5' iniconfig==2.0.0; python_version >= '3.7' ipdb==0.13.9; python_version >= '3.5' ipython==8.23.0; python_version >= '3.7' -jedi==0.18.1; python_version >= '3.6' +jedi==0.19.1; python_version >= '3.6' matplotlib-inline==0.1.3; python_version >= '3.7' more-itertools==10.2.0; python_version >= '3.5' nose==1.3.7