Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q1PnF-0007fm-SL for pgadmin-hackers@arkaria.postgresql.org; Tue, 23 May 2023 11:03:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q1PnD-0004Cw-L7 for pgadmin-hackers@arkaria.postgresql.org; Tue, 23 May 2023 11:03:03 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q1PnD-0004Cn-CJ for pgadmin-hackers@lists.postgresql.org; Tue, 23 May 2023 11:03:03 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q1Pn7-001dcs-Nv for pgadmin-hackers@lists.postgresql.org; Tue, 23 May 2023 11:03:02 +0000 Received: from github.com (hubbernetes-node-43caada.ash1-iad.github.net [10.56.206.57]) by smtp.github.com (Postfix) with ESMTPA id 809A190008F for ; Tue, 23 May 2023 04:02:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1684839776; bh=/2CuyfoCg/VTDn1xgDYTqbKS8ZZazOarlx6kUflOzE8=; h=Date:From:To:Subject:From; b=WTR1PZkA8p8/QFglmhBbsFhINeiiEIuzH+UEZj1frJr6H8QGx9MXLCf4hMpgbRbHJ 0Xk9Mio5kcx/G8EGPyqrDUHqAv1ZRNmn6xxcXU9z5UNWeQi0g9VT46QpjqZ00CtZiJ 2CVomR+5YJf6X3UJQaCruuoq7wxOhIHVpZlbQOkA= Date: Tue, 23 May 2023 04:02:56 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] bbd592: Python dependency: Update requests requirement fro... 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/requests-eq-2.31.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: bbd5922cb5d4c2fdd1b084be92a0a171765a25df https://github.com/pgadmin-org/pgadmin4/commit/bbd5922cb5d4c2fdd1b084be92a0a171765a25df Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-05-23 (Tue, 23 May 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update requests requirement from ==2.28.* to ==2.31.* Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot]