From 1a8e883ad3d4a67cdf13345cbc0f56fa740effa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 01:58:02 +0000 Subject: [PATCH] Bump ipython from 8.4.0 to 8.12.2 Bumps [ipython](https://github.com/ipython/ipython) from 8.4.0 to 8.12.2. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.4.0...8.12.2) --- 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..89232c9 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.12.2 pgcli==3.4.1 ipython-sql==0.4.1 yarl==1.8.1