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 1qnK7t-00Abjk-9A for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 14:42:25 +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 1qnK7r-00Fi0K-8E for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 14:42: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 1qnGcb-00AqEX-E1 for pgadmin-hackers@lists.postgresql.org; Mon, 02 Oct 2023 10:57:53 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qnGcC-007lr2-4y for pgadmin-hackers@lists.postgresql.org; Mon, 02 Oct 2023 10:57:29 +0000 Received: from github.com (hubbernetes-node-4624538.va3-iad.github.net [10.48.130.39]) by smtp.github.com (Postfix) with ESMTPA id BCD38940FAD for ; Mon, 2 Oct 2023 03:57:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1696244241; bh=0MX32Y5vZouOPX6SLzph+EMKw0ezF6I8ORKILStguao=; h=Date:From:To:Subject:From; b=jSoYn5bZflD4yJlJcqch31An+NVmvIviOFZAjxHp2iKjtmkj4PV2FLS+GgcB0me7+ F0KE2Aj45rjSEA/cpYkWQm2rlbui94hDhLoAwwbq+vThjwV03V5fjMyt7R7RnZa1dp E2Ra+sNyFkTDQuZ2XOkDpDdBLJhvHFroEvt3LdTM= Date: Mon, 02 Oct 2023 03:57:21 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] a202fa: Python dependency: Bump werkzeug from 2.2.3 to 3.0.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/werkzeug-3.0.0 Home: https://github.com/pgadmin-org/pgadmin4 Commit: a202faa8c46ace185535881af09d4b2495135170 https://github.com/pgadmin-org/pgadmin4/commit/a202faa8c46ace185535881af09d4b2495135170 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 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]