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 1q52br-0005cy-0p for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Jun 2023 11:06:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q52bp-0005QO-Oy for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Jun 2023 11:06:17 +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 1q52bp-0005QE-DS for pgadmin-hackers@lists.postgresql.org; Fri, 02 Jun 2023 11:06:17 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q52bm-003Eu9-MU for pgadmin-hackers@lists.postgresql.org; Fri, 02 Jun 2023 11:06:16 +0000 Received: from github.com (hubbernetes-node-2f4b2f8.ash1-iad.github.net [10.56.150.22]) by smtp.github.com (Postfix) with ESMTPA id 8790A900CE0 for ; Fri, 2 Jun 2023 04:06:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1685703973; bh=nkvX6bbO1cahV5O+Iux0nJ+whMwJ4cepaKWo+Hs7nxs=; h=Date:From:To:Subject:From; b=dvCt2RPh24pPBsMxdaxocbyt3DKtZCx9lb3Jp19CG9bVztLT+vqwZi45kNR9bgRJP HKzs9b3X65Lc+RnqsQsqecqqFQaTuCwsose0dMoQDWN19NZmu/59NI7FJnaKS4nsgG Blq2kcDgIdfgJfjpvxD5lDxy77nn1vHMJq8hC31k= Date: Fri, 02 Jun 2023 04:06:13 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 94ed7b: Python dependency: Update flask-security-too requi... 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/flask-security-too-eq-5.2.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: 94ed7bcbddc62c25a27325946d30eae2553e312e https://github.com/pgadmin-org/pgadmin4/commit/94ed7bcbddc62c25a27325946d30eae2553e312e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-06-02 (Fri, 02 Jun 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update flask-security-too requirement Updates the requirements on [flask-security-too](https://github.com/Flask-Middleware/flask-security) to permit the latest version. - [Release notes](https://github.com/Flask-Middleware/flask-security/releases) - [Changelog](https://github.com/Flask-Middleware/flask-security/blob/master/CHANGES.rst) - [Commits](https://github.com/Flask-Middleware/flask-security/compare/5.1.0...5.2.0) --- updated-dependencies: - dependency-name: flask-security-too dependency-type: direct:production ... Signed-off-by: dependabot[bot]