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 1qzxFP-002DVg-Kl for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Nov 2023 10:54:23 +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 1qzxFN-00EVCs-QJ for pgadmin-hackers@arkaria.postgresql.org; Mon, 06 Nov 2023 10:54:21 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qzxFN-00EVCj-I5 for pgadmin-hackers@lists.postgresql.org; Mon, 06 Nov 2023 10:54:21 +0000 Received: from out-26.smtp.github.com ([192.30.252.209]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qzxFK-004z1N-RX for pgadmin-hackers@lists.postgresql.org; Mon, 06 Nov 2023 10:54:20 +0000 Received: from github.com (hubbernetes-node-3e2d3b8.ash1-iad.github.net [10.56.155.29]) by smtp.github.com (Postfix) with ESMTPA id F380F600DDA for ; Mon, 6 Nov 2023 02:54:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699268056; bh=FDorK5Vq7++K+alMhu2p2Zb+DiD6x9BesDKEGJOr//g=; h=Date:From:To:Subject:From; b=ZfUmE0z8mrnAYCbvl9p/40m81Hex9LJwcZ73HUSpc64i0QA88x/Q6BJZIhgq9DWl8 Fklrgyxu2SyhIfw36+gvyHUpzhR9e6+TciN2KWJkvEPy3/QWXxmuFkNlcg86WnMs8A Cq03+UsXEYsSAdBwd9jOHqAXaCq8ydVO8dlRM73I= Date: Mon, 06 Nov 2023 02:54:16 -0800 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 43710a: Python dependency: Update werkzeug 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/werkzeug-eq-3.0.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: 43710a7fe1e2c23216209f1769f4c4614a952dfd https://github.com/pgadmin-org/pgadmin4/commit/43710a7fe1e2c23216209f1769f4c4614a952dfd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-06 (Mon, 06 Nov 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update werkzeug requirement in /web/regression Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.0...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot]