From 86403534b9457477c0407946e92c630b583f77b2 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot <378351+weskerfoot@users.noreply.github.com> Date: Sun, 10 Jan 2021 06:00:48 -0500 Subject: [PATCH] bump versions of cattrs and attrs (#151) --- requirements.txt | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 18f8931..e985dfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ appdirs==1.4.3 args==0.1.0 -attrs==19.1.0 +attrs==20.3.0 bitarray==0.9.3 bleach==3.1.4 -cattrs-3.8==0.9.1 +cattrs==1.1.2 certifi==2018.11.29 chardet==3.0.4 clint==0.5.1 diff --git a/setup.py b/setup.py index a1bd58c..d50d938 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,8 @@ setuptools.setup( "selenium-requests", "requests", "pybloom-live", - "attrs", - "cattrs-3.8", + "attrs>=20.3.0", + "cattrs>=1.1.2", "lxml", "pendulum", "clint",