Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1puAGH-0002Qp-ME for pgadmin-hackers@arkaria.postgresql.org; Wed, 03 May 2023 11:03:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1puAGF-00021T-Vc for pgadmin-hackers@arkaria.postgresql.org; Wed, 03 May 2023 11:03:03 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1puAGF-00021J-MU for pgadmin-hackers@lists.postgresql.org; Wed, 03 May 2023 11:03:03 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1puAG7-000IAS-Kb for pgadmin-hackers@lists.postgresql.org; Wed, 03 May 2023 11:03:01 +0000 Received: from github.com (hubbernetes-node-ffed476.ac4-iad.github.net [10.52.141.31]) by smtp.github.com (Postfix) with ESMTPA id 46A3B7208CA for ; Wed, 3 May 2023 04:02:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1683111774; bh=5EUeLbDRD/JZT40izfmfaAd8n2UxvclNE5plr8GESRk=; h=Date:From:To:Subject:From; b=bX0JewTGOrDtForNrXr9M95Q0G7ySZymozwgcqrRxBLGM/GeAF4GOLoadHMj2RsPh LATf5ouWdW5gZNovoUi5hVtLHjOneSnce3H1PTFl2zSHQphj4Xuzag+I4roP2AgYCn NYhkUHf/qCO98d6GDBP+VAjCr0Va7/99c0CPj1ds= Date: Wed, 03 May 2023 04:02:54 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] d1e71e: Python dependency: Bump psycopg[c] from 3.1.8 to 3... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/dependabot/pip/psycopg-c--3.1.9 Home: https://github.com/pgadmin-org/pgadmin4 Commit: d1e71eb62b3593740ddbea84f8b1f5e0bd1b8760 https://github.com/pgadmin-org/pgadmin4/commit/d1e71eb62b3593740ddbea84f8b1f5e0bd1b8760 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-05-03 (Wed, 03 May 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Bump psycopg[c] from 3.1.8 to 3.1.9 Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.1.8 to 3.1.9. - [Release notes](https://github.com/psycopg/psycopg/releases) - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.8...3.1.9) --- updated-dependencies: - dependency-name: psycopg[c] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot]