From f48a60883e47fdd8f9c2a019a4038aa042a9524d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 19:19:42 +0000 Subject: [PATCH] Bump immutables from 0.14 to 0.15 Bumps [immutables](https://github.com/MagicStack/immutables) from 0.14 to 0.15. - [Release notes](https://github.com/MagicStack/immutables/releases) - [Commits](https://github.com/MagicStack/immutables/compare/v0.14...v0.15) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 409f284..92273d9 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "contextvars==2.4; python_version < '3.7'", "docopt==0.6.2", "idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "immutables==0.14; python_version >= '3.5'", + "immutables==0.15; python_version >= '3.5'", "loguru==0.5.1", "requests==2.24.0", "ua-parser==0.10.0",