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 1qU2qw-00BT3V-Db for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Aug 2023 10:25:14 +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 1qU2qu-00DdVh-UK for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Aug 2023 10:25:13 +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 1qU2qu-00DdV7-MS for pgadmin-hackers@lists.postgresql.org; Thu, 10 Aug 2023 10:25:13 +0000 Received: from out-19.smtp.github.com ([192.30.252.202]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qU2qo-001fc4-Au for pgadmin-hackers@lists.postgresql.org; Thu, 10 Aug 2023 10:25:12 +0000 Received: from github.com (hubbernetes-node-8b9c3e9.va3-iad.github.net [10.48.206.52]) by smtp.github.com (Postfix) with ESMTPA id 828419402D6 for ; Thu, 10 Aug 2023 03:25:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691663103; bh=wVfWV6q1JuZooR+henDIurL0IOVKq2eN2yX6KjSYsMQ=; h=Date:From:To:Subject:From; b=NZLI0fAONvBdy/mKDW+0gcGGFiBhxspjNP6EMTT4Vlddc1rIWcN4RqLZYzdTdw8TB 7/dqNvHZS/TMCFzrh064ofjUHpt5r9xI8mRpbYRIiRWUK6Br/U94yMPJlN7CEIEqFx QvuCKwUE/tG297eys9uhZ2MnN4/wPkds3yc9p1PU= Date: Thu, 10 Aug 2023 03:25:03 -0700 From: "dependabot[bot]" To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 73fa3a: Python dependency: Bump dnspython from 2.3.0 to 2.... 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/dnspython-2.4.2 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 73fa3afa4f65165694629ada9437aabe05be2708 https://github.com/pgadmin-org/pgadmin4/commit/73fa3afa4f65165694629ada9437aabe05be2708 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-08-10 (Thu, 10 Aug 2023) Changed paths: M web/regression/requirements.txt Log Message: ----------- Python dependency: Bump dnspython from 2.3.0 to 2.4.2 in /web/regression Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.3.0 to 2.4.2. - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.3.0...v2.4.2) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot]