commit: e691744fe9b7a3a34e9b9dd65d13f50326698956
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 13:45:46 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 16:54:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e691744f
dev-python/moto: Restrict boto3 version due to test failures
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/moto/moto-2.2.18.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/moto/moto-2.2.18.ebuild
b/dev-python/moto/moto-2.2.18.ebuild
index c441cb0f4e77..c5422f9abca3 100644
--- a/dev-python/moto/moto-2.2.18.ebuild
+++ b/dev-python/moto/moto-2.2.18.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
>=dev-python/idna-2.5[${PYTHON_USEDEP}]
>=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
>=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
- >=dev-python/boto3-1.9.201[${PYTHON_USEDEP}]
- >=dev-python/botocore-1.12.201[${PYTHON_USEDEP}]
+ <dev-python/boto3-1.20.24[${PYTHON_USEDEP}]
+ <dev-python/botocore-1.23.24[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-cors[${PYTHON_USEDEP}]
dev-python/more-itertools[${PYTHON_USEDEP}]