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 1r7vWY-007Wjq-1M for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 10:41:02 +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 1r7vWV-004R95-EQ for pgadmin-hackers@arkaria.postgresql.org; Tue, 28 Nov 2023 10:40:59 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7vWV-004R8x-6B for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 10:40:59 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7vWS-007kxu-Iw for pgadmin-hackers@lists.postgresql.org; Tue, 28 Nov 2023 10:40:57 +0000 Received: from github.com (hubbernetes-node-644aeef.ac4-iad.github.net [10.52.133.34]) by smtp.github.com (Postfix) with ESMTPA id B205F5E125F for ; Tue, 28 Nov 2023 02:40:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701168055; bh=KpapZipYSuEXkS0tB0w0atFAHNJF4YcdzOeGmTgP3kM=; h=Date:From:To:Subject:From; b=VEMLbcW3ktABWveVuR6h55BUIFe9P74hL+6ZC3rmSIn5oGPRGsd/ftEME7uRjAkCr EKn1Vvne6kVk5gbvyJ8ouzNoaEZs+FUzRYY+boyHwjXjuaLLDDTJbsuPvPA8YTuR5f WzND5kOT4VsJQyKXGj+Lug9ZEj/6jVa7qm+XjkOU= Date: Tue, 28 Nov 2023 02:40:55 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 162221: 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/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 1622211b3998a581f39f6d9f20e2d4ff028bd969 https://github.com/pgadmin-org/pgadmin4/commit/1622211b3998a581f39f6d9f20e2d4ff028bd969 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.* (#7010) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>