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 1qytcr-00Bsgg-9c for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 12:50:13 +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 1qytcp-000VFk-WE for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Nov 2023 12:50:12 +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 1qytcp-000VFc-Ol for pgadmin-hackers@lists.postgresql.org; Fri, 03 Nov 2023 12:50:11 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qytcn-004UWO-45 for pgadmin-hackers@lists.postgresql.org; Fri, 03 Nov 2023 12:50:11 +0000 Received: from github.com (hubbernetes-node-3c3781b.ash1-iad.github.net [10.56.148.22]) by smtp.github.com (Postfix) with ESMTPA id D7B8610106D for ; Fri, 3 Nov 2023 05:50:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699015807; bh=h97V16wBPQM/SfCGhxslMJsdzTpiNmgcC/xX1mQrVNs=; h=Date:From:To:Subject:From; b=LrB7sp5k8gja4pzzzI3eiXlihenSZwHBOS5pjgMj73bmvFrChiPXoXqlNpsOIIdH1 2H9w7t/bHfHJ0y92xQmiwxQO+F6F2D0kx/+BWQFNMYY7WI8a5T0+NTZ6qSzwVqfO8m 3Swpdm4qJ2/58vBc9fU6dTboUTJfUaXxc0l8YIsw= Date: Fri, 03 Nov 2023 05:50:07 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] faadf1: Python dependency: Bump werkzeug from 2.2.3 to 3.0.1 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.1 Home: https://github.com/pgadmin-org/pgadmin4 Commit: faadf1a3c5527c12a16dcb0d7cc3650a4081ac24 https://github.com/pgadmin-org/pgadmin4/commit/faadf1a3c5527c12a16dcb0d7cc3650a4081ac24 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-03 (Fri, 03 Nov 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Bump werkzeug from 2.2.3 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.1. - [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.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot]