From 514c974a8c2a7f3fbdf906b58ef46e699fe328ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:01:54 +0000 Subject: [PATCH] Bump ipython from 8.4.0 to 8.9.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.4.0 to 8.9.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.4.0...8.9.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tcsocket/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcsocket/requirements.txt b/tcsocket/requirements.txt index 631165e..71dff31 100644 --- a/tcsocket/requirements.txt +++ b/tcsocket/requirements.txt @@ -13,7 +13,7 @@ pydantic[email]==1.9.1 raven==6.10.0 requests==2.28.1 uvloop==0.16.0 -ipython==8.4.0 +ipython==8.9.0 pgcli==3.4.1 ipython-sql==0.4.1 yarl==1.8.1