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 1qoLkQ-000y7U-6T for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:38:26 +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 1qoLkM-00Bz7S-Rx for pgadmin-hackers@arkaria.postgresql.org; Thu, 05 Oct 2023 10:38:23 +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 1qoLkM-00Bz7K-Jw for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:38:23 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qoLkK-0008Kx-Ep for pgadmin-hackers@lists.postgresql.org; Thu, 05 Oct 2023 10:38:22 +0000 Received: from github.com (hubbernetes-node-7688c74.ac4-iad.github.net [10.52.208.27]) by smtp.github.com (Postfix) with ESMTPA id 26AEB1E0DC9 for ; Thu, 5 Oct 2023 03:38:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696502299; bh=HLbx0Q48BsmuXQ6Fy8dM2DWstPqLR24YJZJg28is3Xw=; h=Date:From:To:Subject:From; b=Y5MMi6wCpFlW4IKTgey/Gmj99E/Sm3LaDZY2Y3Bpx177qDeitgnWD88b3g/u+HctH YgHx1FOSxH8+8RZdpY7kafpsqeIadroIcWlvXxAeoAn+KEPxsj1+Samu+tA9lt9lpZ yQ4GWe9flnR1I+fMMB2glwEAw7MASnf7I1YFjsW0= Date: Thu, 05 Oct 2023 03:38:19 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] b0d63f: Python dependency: Update flask-babel requirement ... 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-babel-eq-4.0.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: b0d63fac450ff077e4b31126d823d1ca500bb327 https://github.com/pgadmin-org/pgadmin4/commit/b0d63fac450ff077e4b31126d823d1ca500bb327 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-05 (Thu, 05 Oct 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update flask-babel requirement in /web/regression Updates the requirements on [flask-babel](https://github.com/python-babel/flask-babel) to permit the latest version. - [Release notes](https://github.com/python-babel/flask-babel/releases) - [Changelog](https://github.com/python-babel/flask-babel/blob/master/CHANGELOG) - [Commits](https://github.com/python-babel/flask-babel/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: flask-babel dependency-type: direct:production ... Signed-off-by: dependabot[bot]