From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7701D158003 for ; Fri, 14 Oct 2022 06:59:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4225E07DB; Fri, 14 Oct 2022 06:59:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0CFCE07DB for ; Fri, 14 Oct 2022 06:59:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E4B83410ED for ; Fri, 14 Oct 2022 06:59:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 887F675 for ; Fri, 14 Oct 2022 06:59:24 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1665723010.8bdc31e70e5023dcdb54d1eb04c7eea1a0283a89.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgdev:main commit in: requirements/ X-VCS-Repository: proj/pkgcore/pkgdev X-VCS-Files: requirements/install.txt requirements/pyproject.toml X-VCS-Directories: requirements/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8bdc31e70e5023dcdb54d1eb04c7eea1a0283a89 X-VCS-Branch: main Date: Fri, 14 Oct 2022 06:59:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d85349dc-fa42-4171-80ed-957eb60e04a1 X-Archives-Hash: 42b25aaa5794f29a83980a9f61256755 commit: 8bdc31e70e5023dcdb54d1eb04c7eea1a0283a89 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 14 04:50:10 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 14 04:50:10 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=8bdc31e7 bump stack dependencies versions Signed-off-by: Arthur Zamarin gentoo.org> requirements/install.txt | 6 +++--- requirements/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/install.txt b/requirements/install.txt index 5b45381..c6023c6 100644 --- a/requirements/install.txt +++ b/requirements/install.txt @@ -1,3 +1,3 @@ -snakeoil~=0.9.12 -pkgcore~=0.12.14 -pkgcheck~=0.10.15 +snakeoil~=0.10.1 +pkgcore~=0.12.16 +pkgcheck~=0.10.16 diff --git a/requirements/pyproject.toml b/requirements/pyproject.toml index 4a9aaf6..4ed11f6 100644 --- a/requirements/pyproject.toml +++ b/requirements/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ "wheel", "setuptools", - "snakeoil~=0.9.6", + "snakeoil~=0.10.1", ] build-backend = "setuptools.build_meta"