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 1qdTnt-003ZM3-T8 for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Sep 2023 11:01:05 +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 1qdTns-001B4I-Mn for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Sep 2023 11:01:04 +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 1qdTns-001B44-F8 for pgadmin-hackers@lists.postgresql.org; Tue, 05 Sep 2023 11:01:04 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qdTnl-003Azj-Ak for pgadmin-hackers@lists.postgresql.org; Tue, 05 Sep 2023 11:01:03 +0000 Received: from github.com (hubbernetes-node-30b42e5.ac4-iad.github.net [10.52.136.18]) by smtp.github.com (Postfix) with ESMTPA id C3AC55E1009 for ; Tue, 5 Sep 2023 04:00:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693911655; bh=VM2IFNiEJPI3fxB65Ai0pGsjjSEk0nRsrLOIp2opqlk=; h=Date:From:To:Subject:From; b=f2Vflc64oNAz128FEjN+hRxpoiBW8CPF74TQDIwxnO9w5QSlXZ2D5G+v6q1NZiZnp 1l1rI4UuH9J5gQU4Z45Cq5Lbxx6RMsK9Hz1M+ufzOQIkaDUaP1jz6jaGHgmZSxwV8I dmkSIz78GXu8t6WR3bSLdHX0Hhrrxexuw3gmhaaI= Date: Tue, 05 Sep 2023 04:00:55 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 5a6220: Python dependency: Bump werkzeug from 2.2.3 to 2.3.7 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-2.3.7 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 5a6220f145acc80f20d5e9faa41416bb5adb9c86 https://github.com/pgadmin-org/pgadmin4/commit/5a6220f145acc80f20d5e9faa41416bb5adb9c86 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-09-05 (Tue, 05 Sep 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Bump werkzeug from 2.2.3 to 2.3.7 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.7. - [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...2.3.7) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]