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 1qdPVl-003GVT-OF for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Sep 2023 06:26: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 1qdPVk-00HBu8-K6 for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Sep 2023 06:26: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 1qdPVk-00HBte-Bs for pgadmin-hackers@lists.postgresql.org; Tue, 05 Sep 2023 06:26:04 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qdPVg-0038Vk-76 for pgadmin-hackers@lists.postgresql.org; Tue, 05 Sep 2023 06:26:03 +0000 Received: from github.com (hubbernetes-node-54897c9.va3-iad.github.net [10.48.133.36]) by smtp.github.com (Postfix) with ESMTPA id CE6A194007A for ; Mon, 4 Sep 2023 23:25:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693895158; bh=OIH94h7hRXd4FN2v4k5Vx7QxHyVCmAhmBSq12P9Zij4=; h=Date:From:To:Subject:From; b=JXiD6BzunNQt/OBHUcJ6cv4PpQz87lRyz50uTwI2h+G4g4oSqGXgM/l3EXmJrs3bm McsgTmgYcRsLjVZQwlG5ZoUFUTijqePQ+NFGztu9MDHOXEfanC2KtS1FnFwnsrgPbJ YINlptIoqk2U71iVqHmPWxW4bagZc2s2lnYbwcII= Date: Mon, 04 Sep 2023 23:25:58 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 9d09ee: 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: 9d09eed5727f3bd27bffbc66e5334b32f849c816 https://github.com/pgadmin-org/pgadmin4/commit/9d09eed5727f3bd27bffbc66e5334b32f849c816 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]