Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyA3s-006UAY-HU for pgadmin-hackers@arkaria.postgresql.org; Wed, 01 Nov 2023 12:11:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qyA3r-0077GL-7u for pgadmin-hackers@arkaria.postgresql.org; Wed, 01 Nov 2023 12:11:03 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyA3r-0077GD-0r for pgadmin-hackers@lists.postgresql.org; Wed, 01 Nov 2023 12:11:03 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyA3o-0049JC-9L for pgadmin-hackers@lists.postgresql.org; Wed, 01 Nov 2023 12:11:02 +0000 Received: from github.com (hubbernetes-node-1f3597d.ac4-iad.github.net [10.52.144.33]) by smtp.github.com (Postfix) with ESMTPA id AB2CE1E0FFC for ; Wed, 1 Nov 2023 05:10:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698840658; bh=cVIZ5PU+vbT3ojtSBCzRfnp2GZfzfntre2buogGLw3o=; h=Date:From:To:Subject:From; b=dExxcCDdal/DXeG8r8r/ORiftBlqB2sAq4ZwGZF305HT1ew/lAOi8jyCXOyl9WBWf AMRa0TBU8TREpR66L/rCgeT/MQVYrPnjVECZvMBiKy6fcmBBi84MCNVInailKuHPy5 9lcl30RsarCq/bJ81NmFCEQXe5SXoKHMsxDSkREo= Date: Wed, 01 Nov 2023 05:10:58 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] d3dd5c: Python dependency: Update keyring requirement from... 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/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: d3dd5c0b5667c256871d80980802f2ac578c9678 https://github.com/pgadmin-org/pgadmin4/commit/d3dd5c0b5667c256871d80980802f2ac578c9678 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-01 (Wed, 01 Nov 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update keyring requirement from ==23.* to ==24.* (#6552) 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/NEWS.rst) - [Commits](https://github.com/jaraco/keyring/compare/v23.0.0...v24.2.0) --- updated-dependencies: - dependency-name: keyring dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>