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 1r8Hy2-009Ckv-Qn for pgadmin-hackers@arkaria.postgresql.org; Wed, 29 Nov 2023 10:38:54 +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 1r8Hy1-00ACN4-8h for pgadmin-hackers@arkaria.postgresql.org; Wed, 29 Nov 2023 10:38:53 +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 1r8Hy0-00ACMw-WE for pgadmin-hackers@lists.postgresql.org; Wed, 29 Nov 2023 10:38:53 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r8Hxy-0099fS-0H for pgadmin-hackers@lists.postgresql.org; Wed, 29 Nov 2023 10:38:52 +0000 Received: from github.com (hubbernetes-node-f4fe06f.va3-iad.github.net [10.48.200.78]) by smtp.github.com (Postfix) with ESMTPA id 108C98C1248 for ; Wed, 29 Nov 2023 02:38:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701254328; bh=gwfkd3FrZdikseVSAy9fzathRgGQGeMpJRl9c6wQkSg=; h=Date:From:To:Subject:From; b=QT9SE68CSAJ7fjixOWPlT4/6P0X7t8HTqYIM5tBsdoJJmpgFjh1RJX5sLMeXrobnr kkG9sk5Rb6AwqV+qiOzhsjFzuF3JawCJOzCwUwQllWKY+LeX1VSct+Okn+oGR1T5/e xvXkkfStflxA9sCOxacRL6B8hqYtmzU/2yqosXcs= Date: Wed, 29 Nov 2023 02:38:48 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 63da17: Python dependency: Update bcrypt 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/dependabot/pip/bcrypt-eq-4.1.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: 63da175e0d82756de28459c4e10fb6dde7d37e45 https://github.com/pgadmin-org/pgadmin4/commit/63da175e0d82756de28459c4e10fb6dde7d37e45 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-29 (Wed, 29 Nov 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update bcrypt requirement from ==4.0.* to ==4.1.* Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.0.0...4.1.1) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production ... Signed-off-by: dependabot[bot]