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 1qBZ9T-00018K-9c for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Jun 2023 11:03:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1qBZ9S-0005uO-79 for pgadmin-hackers@arkaria.postgresql.org; Tue, 20 Jun 2023 11:03:58 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qBZ9R-0005pj-UQ for pgadmin-hackers@lists.postgresql.org; Tue, 20 Jun 2023 11:03:57 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qBZ9O-003btQ-KD for pgadmin-hackers@lists.postgresql.org; Tue, 20 Jun 2023 11:03:56 +0000 Received: from github.com (hubbernetes-node-2ac010f.ash1-iad.github.net [10.56.225.15]) by smtp.github.com (Postfix) with ESMTPA id 7EDFC101108 for ; Tue, 20 Jun 2023 04:03:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1687259033; bh=21Y6vi4cvKEdHk+y51dGP5W7ql7iBigW3X3jN/gqpFY=; h=Date:From:To:Subject:From; b=P37Z+GOTUA5xpefcytFEJ/wJaOeRfALfYkwI448PfvzyWk1u9cxGISUX2VC1KzOvH /SeHYb+TIezSotvtr1GzkEiqOj1Av8Z43IThL+gk26JsbYfqHXbqa245VxLKDxluOY 4UK/XVvMr59y+u904T9yxA1Y5VjVmDUkWLZWrCms= Date: Tue, 20 Jun 2023 04:03:53 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] c8ffd7: Python dependency: Update keyring requirement in /... 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/keyring-eq-24.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: c8ffd720dbaed3cc4f3ce4200f58ec378347c879 https://github.com/pgadmin-org/pgadmin4/commit/c8ffd720dbaed3cc4f3ce4200f58ec378347c879 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-06-20 (Tue, 20 Jun 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update keyring requirement in /web/regression Updates the requirements on [keyring](https://github.com/jaraco/keyring) to permit the latest version. - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/CHANGES.rst) - [Commits](https://github.com/jaraco/keyring/compare/v23.0.0...v24.0.0) --- updated-dependencies: - dependency-name: keyring dependency-type: direct:production ... Signed-off-by: dependabot[bot]