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 1qnXEA-00BBq3-F4 for pgadmin-hackers@arkaria.postgresql.org; Tue, 03 Oct 2023 04:41:46 +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 1qnHGX-00Et6I-V9 for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 11:39:09 +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 1qnHAz-00EpYN-Iu for pgadmin-hackers@lists.postgresql.org; Mon, 02 Oct 2023 11:33:25 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qnGlA-007lwm-5w for pgadmin-hackers@lists.postgresql.org; Mon, 02 Oct 2023 11:06:45 +0000 Received: from github.com (hubbernetes-node-34e351f.ac4-iad.github.net [10.52.135.22]) by smtp.github.com (Postfix) with ESMTPA id 31533700876 for ; Mon, 2 Oct 2023 04:06:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696244798; bh=pDPLGZnzlrgQGwFLPPmr/wi998gNWBsBHRB/lUhDtVo=; h=Date:From:To:Subject:From; b=cvjNY2c92PsD7p3uz4jHP4qGVskvTEcAwmjEyYmnPyQr6TgP2wXWyCSY3ez9wkUES q1mt9zfojZ0Tkg/H7LKjBCdhTyJ17nbldwUaPYDi00fhD43ge1vKBER/90H6j+hAjj A84Z6gyAB37wZ+jX+OO/Vou7mUHXV+k+qQ6yLGA8= Date: Mon, 02 Oct 2023 04:06:38 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 80c520: Python dependency: Bump werkzeug from 2.2.3 to 3.0... 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-3.0.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 80c5203bfd9c6beb25941d9c17ae2ec3a86577d1 https://github.com/pgadmin-org/pgadmin4/commit/80c5203bfd9c6beb25941d9c17ae2ec3a86577d1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-10-02 (Mon, 02 Oct 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Bump werkzeug from 2.2.3 to 3.0.0 in /web/regression Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.0. - [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.2.3...3.0.0) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]