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 1putFb-0002MX-I8 for pgadmin-hackers@arkaria.postgresql.org; Fri, 05 May 2023 11:05:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1putFa-0004nq-HP for pgadmin-hackers@arkaria.postgresql.org; Fri, 05 May 2023 11:05:22 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1putFa-0004nh-AF for pgadmin-hackers@lists.postgresql.org; Fri, 05 May 2023 11:05:22 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1putFU-000f7M-Tv for pgadmin-hackers@lists.postgresql.org; Fri, 05 May 2023 11:05:21 +0000 Received: from github.com (hubbernetes-node-4cc89c0.ac4-iad.github.net [10.52.139.29]) by smtp.github.com (Postfix) with ESMTPA id DB80D520922 for ; Fri, 5 May 2023 04:05:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1683284715; bh=NQLT1R8pEeiR1+350/+mLeLR67t0t9g0fm1Eb0SaMfE=; h=Date:From:To:Subject:From; b=Um/xzssgHzwnHI7SjmndjB4xQkSbpY0mKNIznPc+fcdBXJYhOzZuP1/3zjagruSLp JXnRZJ95PPC66xe/3L/qzOB4HGq2XnTOfUIDLsiypheihRwMsdPXQINPnR2TLcrze2 8FTI4xB+w0Vcgeg9zbmXCbfAmARuJRMiLOgivzTo= Date: Fri, 05 May 2023 04:05:15 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] b5a114: Python dependency: Update requests requirement in ... 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/web/regression/requests-eq-2.30.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: b5a11435f89fa19d1096d79607d96bad54eb0fc8 https://github.com/pgadmin-org/pgadmin4/commit/b5a11435f89fa19d1096d79607d96bad54eb0fc8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-05-05 (Fri, 05 May 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update requests requirement in /web/regression 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.30.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot]