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 1qVV6C-000NJb-Q9 for pgadmin-hackers@arkaria.postgresql.org; Mon, 14 Aug 2023 10:47:01 +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 1qVV6B-003U0U-G4 for pgadmin-hackers@arkaria.postgresql.org; Mon, 14 Aug 2023 10:46:59 +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 1qVV6B-003U0L-7f for pgadmin-hackers@lists.postgresql.org; Mon, 14 Aug 2023 10:46:59 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVV68-00049i-VT for pgadmin-hackers@lists.postgresql.org; Mon, 14 Aug 2023 10:46:58 +0000 Received: from github.com (hubbernetes-node-58bed60.va3-iad.github.net [10.48.145.31]) by smtp.github.com (Postfix) with ESMTPA id E1A168C09DE for ; Mon, 14 Aug 2023 03:46:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692010015; bh=jmbdk4gEMM908UKmA0LsVk3curl4nLnBDLJEFg4f5tE=; h=Date:From:To:Subject:From; b=adgJ/SAaobaVK53HvVrKk2yAwpcMaus+feLVE2YFreM3R0YPqaIDT8S/hnRUEDiSH 1RiEA2+ePFk2sETYaXowR5WZBv6bZyV8zdEdG/N5KA3wxSY+ZKUORp5T7PpKRa9xoV pqR8N5jOe2WeULu9qTbgKkcm3GdBw4ghBTltAhrM= Date: Mon, 14 Aug 2023 03:46:55 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e1f1e3: 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: e1f1e3b178825f6f2865a4b393e4887c87e48411 https://github.com/pgadmin-org/pgadmin4/commit/e1f1e3b178825f6f2865a4b393e4887c87e48411 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-08-14 (Mon, 14 Aug 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]