From e334b4111824f2f685891e0fe19bca45e09d8089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 01:02:45 +0000 Subject: [PATCH] Bump pgcli from 3.4.1 to 3.5.0 Bumps [pgcli](https://github.com/dbcli/pgcli) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/dbcli/pgcli/releases) - [Changelog](https://github.com/dbcli/pgcli/blob/main/changelog.rst) - [Commits](https://github.com/dbcli/pgcli/compare/v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: pgcli 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..31bd7ee 100644 --- a/tcsocket/requirements.txt +++ b/tcsocket/requirements.txt @@ -14,6 +14,6 @@ raven==6.10.0 requests==2.28.1 uvloop==0.16.0 ipython==8.4.0 -pgcli==3.4.1 +pgcli==3.5.0 ipython-sql==0.4.1 yarl==1.8.1