From 5606144a512c05c83cfc149dac8e4aa340137914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 01:05:01 +0000 Subject: [PATCH] Bump ipython from 7.31.1 to 8.4.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.31.1 to 8.4.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.31.1...8.4.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-major ... 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 2a641bc..c5e6a0b 100644 --- a/tcsocket/requirements.txt +++ b/tcsocket/requirements.txt @@ -13,7 +13,7 @@ pydantic[email]==1.9.0 raven==6.10.0 requests==2.27.1 uvloop==0.16.0 -ipython==7.31.1 +ipython==8.4.0 pgcli==3.3.1 ipython-sql==0.4.0 yarl==1.7.2