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 368D1158087 for ; Thu, 20 Jan 2022 23:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB8A2BC06F; Thu, 20 Jan 2022 23:26:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 02F942BC06F for ; Thu, 20 Jan 2022 23:26:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B063E34337D for ; Thu, 20 Jan 2022 23:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 269622AE for ; Thu, 20 Jan 2022 23:26:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1642721148.b5e32b2fa8f5ed84ccec1d88cf81ce1cb95d5c7d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stripe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/stripe/stripe-2.65.0.ebuild X-VCS-Directories: dev-python/stripe/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b5e32b2fa8f5ed84ccec1d88cf81ce1cb95d5c7d X-VCS-Branch: master Date: Thu, 20 Jan 2022 23:26:09 +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: 736201c3-1608-43cd-9b71-9f0870c8f7c6 X-Archives-Hash: 7282e41120db769611bd40b5af4964d6 commit: b5e32b2fa8f5ed84ccec1d88cf81ce1cb95d5c7d Author: Michał Górny gentoo org> AuthorDate: Thu Jan 20 23:00:38 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 20 23:25:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e32b2f dev-python/stripe: Bump stripe-mock dependency Signed-off-by: Michał Górny gentoo.org> dev-python/stripe/stripe-2.65.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/stripe/stripe-2.65.0.ebuild b/dev-python/stripe/stripe-2.65.0.ebuild index 96373bdd207c..4545bd168ea0 100644 --- a/dev-python/stripe/stripe-2.65.0.ebuild +++ b/dev-python/stripe/stripe-2.65.0.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-python/requests-2.20[${PYTHON_USEDEP}]" BDEPEND=" test? ( - >=dev-util/stripe-mock-0.115.0 + >=dev-util/stripe-mock-0.117.0 dev-python/pytest-mock[${PYTHON_USEDEP}] net-misc/curl )