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 1r7vSS-007WTC-6B for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 10:36:48 +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 1r7vSQ-004JBE-PY for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 10:36:46 +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 1r7vSQ-004JB4-Hm for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 10:36:46 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7vSN-008x6U-SX for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 10:36:45 +0000 Received: from github.com (hubbernetes-node-921638f.va3-iad.github.net [10.48.139.12]) by smtp.github.com (Postfix) with ESMTPA id 26415E10F6 for ; Tue, 28 Nov 2023 02:36:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701167802; bh=A1B71wanRQTl3HhxepOHePlE0pAE8E7M5NAAA+Wykh4=; h=Date:From:To:Subject:From; b=HV0rbkiFstnZuR3njtVOLDBjmXqEGqed4ARa0YFqxfDMBMyLOSc3+FlhvqyqNbXmX E45dDF4GhlWyhU5enKBFimpqr+aRyc8r/joinTWh1ReEvVAL+PD01gEGIExsNrtjs5 0Dt39ItCbZs5bRiFgspRyy+7NtlY4EJfNuBdGJcA= Date: Tue, 28 Nov 2023 02:36:42 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] b8eb47: Python dependency: Update boto3 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/boto3-eq-1.33.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: b8eb47748dc38e874ce0450a7116d059d6be07b5 https://github.com/pgadmin-org/pgadmin4/commit/b8eb47748dc38e874ce0450a7116d059d6be07b5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-28 (Tue, 28 Nov 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update boto3 requirement from ==1.28.* to ==1.33.* Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.28.0...1.33.1) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production ... Signed-off-by: dependabot[bot]