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 1qdPVd-003GUr-5U for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Sep 2023 06:25:57 +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 1qdPVc-00HBbT-0V for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Sep 2023 06:25:55 +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 1qdPVb-00HBbA-Ov for pgadmin-hackers@lists.postgresql.org; Tue, 05 Sep 2023 06:25:55 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qdPVY-002oeF-5V for pgadmin-hackers@lists.postgresql.org; Tue, 05 Sep 2023 06:25:54 +0000 Received: from github.com (hubbernetes-node-f10f47e.va3-iad.github.net [10.48.136.30]) by smtp.github.com (Postfix) with ESMTPA id 5F9F64034F for ; Mon, 4 Sep 2023 23:25:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693895151; bh=Ga1leExjak4zywZfv2Ew1pYwFku6ptbfiKGq+Rj7AZc=; h=Date:From:To:Subject:From; b=MHlZ0h64RYefqOPMmMGqgF//0J9Q7ed8S6xfTElqGZJ2E5F/LxOHGyckcFU43lz3P W4/UxsB0hW0ouwW15tEDzCtw21kXH0W4na5Tsaw9wGAuGOLwAqpjcG05w7nHmtAG8F UH6HRyZ+bryLdRSj0rDCDfamaYSxRT2qpdU2Hfws= Date: Mon, 04 Sep 2023 23:25:51 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 7ea02c: 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: 7ea02ccbffe7e58ed6ebd0f6d284f4b220bcd39f https://github.com/pgadmin-org/pgadmin4/commit/7ea02ccbffe7e58ed6ebd0f6d284f4b220bcd39f 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]