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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53743158046 for ; Sat, 12 Oct 2024 06:01:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FDB3E29E2; Sat, 12 Oct 2024 06:01:42 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00B9CE29E2 for ; Sat, 12 Oct 2024 06:01:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F16163430C7 for ; Sat, 12 Oct 2024 06:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5170C11DF for ; Sat, 12 Oct 2024 06:01:39 +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: <1728712874.554d9b72b4d5dd3866c6f5de6fa3c05a6898660b.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-11.0.0.ebuild dev-python/stripe/stripe-11.1.0.ebuild X-VCS-Directories: dev-python/stripe/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 554d9b72b4d5dd3866c6f5de6fa3c05a6898660b X-VCS-Branch: master Date: Sat, 12 Oct 2024 06:01:39 +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: d00d92b6-20c3-484e-b387-8fee7c7b6375 X-Archives-Hash: 3ae1c9eec17e80cf988c247e9e676daa commit: 554d9b72b4d5dd3866c6f5de6fa3c05a6898660b Author: Michał Górny gentoo org> AuthorDate: Sat Oct 12 05:39:03 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 12 06:01:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554d9b72 dev-python/stripe: Bump stripe-mock dep Signed-off-by: Michał Górny gentoo.org> dev-python/stripe/stripe-11.0.0.ebuild | 2 +- dev-python/stripe/stripe-11.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/stripe/stripe-11.0.0.ebuild b/dev-python/stripe/stripe-11.0.0.ebuild index ef239893882b..6d45d0feff2c 100644 --- a/dev-python/stripe/stripe-11.0.0.ebuild +++ b/dev-python/stripe/stripe-11.0.0.ebuild @@ -26,7 +26,7 @@ RDEPEND=" # please bump dev-util/stripe-mock dep to the latest version on every bump BDEPEND=" test? ( - >=dev-util/stripe-mock-0.188.0 + >=dev-util/stripe-mock-0.190.0 dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/anyio[${PYTHON_USEDEP}] dev-python/httpx[${PYTHON_USEDEP}] diff --git a/dev-python/stripe/stripe-11.1.0.ebuild b/dev-python/stripe/stripe-11.1.0.ebuild index ef239893882b..6d45d0feff2c 100644 --- a/dev-python/stripe/stripe-11.1.0.ebuild +++ b/dev-python/stripe/stripe-11.1.0.ebuild @@ -26,7 +26,7 @@ RDEPEND=" # please bump dev-util/stripe-mock dep to the latest version on every bump BDEPEND=" test? ( - >=dev-util/stripe-mock-0.188.0 + >=dev-util/stripe-mock-0.190.0 dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/anyio[${PYTHON_USEDEP}] dev-python/httpx[${PYTHON_USEDEP}]