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 1q52cD-0005e9-8c for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Jun 2023 11:06:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q52cC-0005wm-46 for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Jun 2023 11:06:40 +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 1q52cB-0005wd-Sn for pgadmin-hackers@lists.postgresql.org; Fri, 02 Jun 2023 11:06:39 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q52c9-003EuL-6y for pgadmin-hackers@lists.postgresql.org; Fri, 02 Jun 2023 11:06:38 +0000 Received: from github.com (hubbernetes-node-5dadfdf.va3-iad.github.net [10.48.140.34]) by smtp.github.com (Postfix) with ESMTPA id 3C7635C0049 for ; Fri, 2 Jun 2023 04:06:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1685703996; bh=de7nrcv+FHcEMuNPxXl49iDPlH77+MOot36QKxD151o=; h=Date:From:To:Subject:From; b=ZGIFKUtQphzjvz5BxPrrdUCQ/uQJN5IgMqLwPDn1rlCz1jgB6n7RR4YhX+5MpuPIG iBRRDALVk1q/f0rQihZD7cDMaUGlIRQWKQxAHgspomMnldGOLGc9eKONarLnOWrXCH DFU47fp2fwCpREQCeFg1vWNG86GWvKV0/wWfCpKw= Date: Fri, 02 Jun 2023 04:06:36 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] a1b384: Python dependency: Bump psycopg[c] in /web/regression 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/web/regression/psycopg-c--3.1.9 Home: https://github.com/pgadmin-org/pgadmin4 Commit: a1b384bdb41264c02153b38d2f99f85cc42626b3 https://github.com/pgadmin-org/pgadmin4/commit/a1b384bdb41264c02153b38d2f99f85cc42626b3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-06-02 (Fri, 02 Jun 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Bump psycopg[c] in /web/regression Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.1.8 to 3.1.9. - [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]