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 1qVV9a-000NTp-74 for pgadmin-hackers@arkaria.postgresql.org; Mon, 14 Aug 2023 10:50:30 +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 1qVV9Y-003VQl-U3 for pgadmin-hackers@arkaria.postgresql.org; Mon, 14 Aug 2023 10:50:29 +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 1qVV9Y-003VQd-MN for pgadmin-hackers@lists.postgresql.org; Mon, 14 Aug 2023 10:50:28 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qVV9W-0004B2-8y for pgadmin-hackers@lists.postgresql.org; Mon, 14 Aug 2023 10:50:27 +0000 Received: from github.com (hubbernetes-node-2aae106.va3-iad.github.net [10.48.139.41]) by smtp.github.com (Postfix) with ESMTPA id 5B4AE940420 for ; Mon, 14 Aug 2023 03:50:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1692010225; bh=YIaPnq9kjgrOizb4R01JhApDtWiZBMDuRc2YaP6O+aY=; h=Date:From:To:Subject:From; b=DLiw5Ax6cVA480dRhLZ+hrLhFlR9LMH679z+8GnONQmOQ4owcRZDP6dzTaHtSkvfn 1M6x4LQxm76j+krfk0bD8wubCxEBJUsYxew7KlgPUklH0H3Wm0QYKxQjfiHYbqm92Z MCz2E489HJzOjMFa9f3Ndc2+pW+6QI5IyvhPKM0c= Date: Mon, 14 Aug 2023 03:50:25 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] d1391f: 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: d1391f8a2efec4090be8bba68261f4e2a4f81b99 https://github.com/pgadmin-org/pgadmin4/commit/d1391f8a2efec4090be8bba68261f4e2a4f81b99 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 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]