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 1qdTnw-003ZMI-7Z for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Sep 2023 11:01:08 +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 1qdTnv-001BJs-0p for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Sep 2023 11:01:06 +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 1qdTnu-001BIe-No for pgadmin-hackers@lists.postgresql.org; Tue, 05 Sep 2023 11:01:06 +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 1qdTnq-003Azt-EB for pgadmin-hackers@lists.postgresql.org; Tue, 05 Sep 2023 11:01:05 +0000 Received: from github.com (hubbernetes-node-e8bae5f.ash1-iad.github.net [10.56.148.33]) by smtp.github.com (Postfix) with ESMTPA id 7BAC8100FFB for ; Tue, 5 Sep 2023 04:01:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693911660; bh=UeNR8FpRXdFNLmrNDRbEuUE3blCr3s1dCFlfY1HX9rI=; h=Date:From:To:Subject:From; b=JzLd0E1ezJsJ/fBf3JakUMTf+wcwr09gEqk0EYgZG8foYIz5aIZwOHLttJiXVxhG2 xFsiI04tpLD9ru9dYSf+4P5Okj8DBJaXnL4vdeuGM3iiulVQewHOSYyOCgOjFYo1Y4 KqnfB9+KdfATJYtHTlBi2gdqi3vUyPgr9tXo6VWY= Date: Tue, 05 Sep 2023 04:01:00 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] f32aff: Python dependency: Bump werkzeug from 2.2.3 to 2.3... 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-2.3.7 Home: https://github.com/pgadmin-org/pgadmin4 Commit: f32afff46f524e5f9d1d0ade573f0afe20e37bd1 https://github.com/pgadmin-org/pgadmin4/commit/f32afff46f524e5f9d1d0ade573f0afe20e37bd1 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 in /web/regression 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]