From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C6ED344103; Wed, 29 May 2024 17:20:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C869402C6; Wed, 29 May 2024 17:20:50 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 3E296402B0 for ; Wed, 29 May 2024 17:20:48 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BBE8D339; Wed, 29 May 2024 08:21:11 -0700 (PDT) Received: from [10.1.25.43] (FVFG51LCQ05N.cambridge.arm.com [10.1.25.43]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 01C703F762; Wed, 29 May 2024 08:20:46 -0700 (PDT) Message-ID: Date: Wed, 29 May 2024 16:20:30 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 1/2] dts: update mypy static checker Content-Language: en-GB To: =?UTF-8?Q?Juraj_Linke=C5=A1?= Cc: dev@dpdk.org, Jeremy Spewock , Paul Szczepanek References: <20240509105704.1162449-1-luca.vizzarro@arm.com> <20240514113446.1948050-1-luca.vizzarro@arm.com> <20240514113446.1948050-2-luca.vizzarro@arm.com> From: Luca Vizzarro In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 29/05/2024 12:39, Juraj Linkeš wrote: >> diff --git a/dts/poetry.lock b/dts/poetry.lock >> index a734fa71f0..df9cecb7e0 100644 >> --- a/dts/poetry.lock >> +++ b/dts/poetry.lock >> @@ -1,4 +1,4 @@ >> -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. >> +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. >> > > One more thing, the version bump should also be documented in > doc/guides/tools/dts.rst and updated in the Dockerfile. Oh, I didn't even realise I had updated my Poetry version. I don't think it matters too much, but I can update it if desired.