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 1qyD4A-006qVf-2u for pgadmin-hackers@arkaria.postgresql.org; Wed, 01 Nov 2023 15:23:34 +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 1qyD48-007cu9-PV for pgadmin-hackers@arkaria.postgresql.org; Wed, 01 Nov 2023 15:23:32 +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 1qyD48-007ctn-IB for pgadmin-hackers@lists.postgresql.org; Wed, 01 Nov 2023 15:23:32 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyD41-003Snw-Q3 for pgadmin-hackers@lists.postgresql.org; Wed, 01 Nov 2023 15:23:31 +0000 Received: from github.com (hubbernetes-node-ebb89e4.ac4-iad.github.net [10.52.130.45]) by smtp.github.com (Postfix) with ESMTPA id DD7665E0D1B for ; Wed, 1 Nov 2023 08:23:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698852204; bh=HO4Jk24Ifv33TUizWAnNpYVQVyzDt628WSaLGd8qx6U=; h=Date:From:To:Subject:From; b=cJduFne8AZzyMS+jbNXDBpozvsWTdsX7hcqQ3PeeDJwGCnh6xQ1nSMZC0/QEn85B1 RlXsR/LtXYcUC+KLxTnXQyEaoD1OlTvmR5PzauYqZm4dlIJCp5sL0w8s1kUefTxv6Q qfiLoHvsb9ATSOGGkr4uHTEQkiaU+mcbbNCPSNM0= Date: Wed, 01 Nov 2023 08:23:24 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 2ddf6c: Python dependency: Update wtforms requirement from... 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/wtforms-eq-3.1.star Home: https://github.com/pgadmin-org/pgadmin4 Commit: 2ddf6c64d253ba8e2d4a78fe727971791b062e1c https://github.com/pgadmin-org/pgadmin4/commit/2ddf6c64d253ba8e2d4a78fe727971791b062e1c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-11-01 (Wed, 01 Nov 2023) Changed paths: M requirements.txt Log Message: ----------- Python dependency: Update wtforms requirement from ==3.0.* to ==3.1.* Updates the requirements on [wtforms](https://github.com/wtforms/wtforms) to permit the latest version. - [Release notes](https://github.com/wtforms/wtforms/releases) - [Changelog](https://github.com/wtforms/wtforms/blob/master/CHANGES.rst) - [Commits](https://github.com/wtforms/wtforms/compare/3.0.0a1...3.1.1) --- updated-dependencies: - dependency-name: wtforms dependency-type: direct:production ... Signed-off-by: dependabot[bot]