commit: a871a542879f9c2304cfd0f0845711472ce8eb3c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 08:34:49 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 16:11:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a871a542
dev-python/moto: Remove boto3 pin from 2.2.19
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/moto/moto-2.2.19.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/moto/moto-2.2.19.ebuild
b/dev-python/moto/moto-2.2.19.ebuild
index 69c10257be0c..b0d11c5e4c29 100644
--- a/dev-python/moto/moto-2.2.19.ebuild
+++ b/dev-python/moto/moto-2.2.19.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.20.24[${PYTHON_USEDEP}]
- <dev-python/botocore-1.23.24[${PYTHON_USEDEP}]
+ dev-python/boto3[${PYTHON_USEDEP}]
+ dev-python/botocore[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-cors[${PYTHON_USEDEP}]
dev-python/more-itertools[${PYTHON_USEDEP}]