diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-15 09:34:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-15 17:11:37 +0100 |
commit | a871a542879f9c2304cfd0f0845711472ce8eb3c (patch) | |
tree | 3bbed66e502b12c1f76ab31b1c550abdb090d395 /dev-python/moto | |
parent | dev-python/consonance: Bump to 0.1.5 (diff) | |
download | gentoo-a871a542879f9c2304cfd0f0845711472ce8eb3c.tar.gz gentoo-a871a542879f9c2304cfd0f0845711472ce8eb3c.tar.bz2 gentoo-a871a542879f9c2304cfd0f0845711472ce8eb3c.zip |
dev-python/moto: Remove boto3 pin from 2.2.19
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/moto')
-rw-r--r-- | dev-python/moto/moto-2.2.19.ebuild | 4 |
1 files 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}] |