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 1r3DOB-002eht-Ty for pgadmin-hackers@arkaria.postgresql.org; Wed, 15 Nov 2023 10:44:55 +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 1r3DOA-00FgBz-HR for pgadmin-hackers@arkaria.postgresql.org; Wed, 15 Nov 2023 10:44:54 +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 1r3DOA-00FgBl-9g for pgadmin-hackers@lists.postgresql.org; Wed, 15 Nov 2023 10:44:54 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r3DO5-005gLX-Lj for pgadmin-hackers@lists.postgresql.org; Wed, 15 Nov 2023 10:44:52 +0000 Received: from github.com (hubbernetes-node-ab292ff.va3-iad.github.net [10.48.133.44]) by smtp.github.com (Postfix) with ESMTPA id 7606F408D7 for ; Wed, 15 Nov 2023 02:44:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700045088; bh=aykbbVSHCRcVdaS+pormv5eBk0On6qsYht76l2LUse0=; h=Date:From:To:Subject:From; b=NF/cUcWbnU54+sVYrePW/2Ya6Iq7/VEcDn2RRNMDqtsTfPnCDSjQ6Hmuj6MbYmqKU 0p6E2xkPeKRlLkPwkVAFK3Uj3xcJnftLFoarc49mqb/faXrGbNsVnfcwJ1dAB2JRla PgNz7h0UOWunRh+EzX2P+N7bbAUXWORXp0AyfrJM= Date: Wed, 15 Nov 2023 02:44:48 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] a10fa8: 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.29.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: a10fa8698ea1002d023734481220db9b53e2fba4 https://github.com/pgadmin-org/pgadmin4/commit/a10fa8698ea1002d023734481220db9b53e2fba4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update boto3 requirement from ==1.28.* to ==1.29.* 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.29.0) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production ... Signed-off-by: dependabot[bot]