From 6f3be3d93cc51320c4ad13e43739c2dae8898a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 11 Oct 2018 02:06:12 +0000 Subject: [PATCH] Bump dataclasses from 0.4 to 0.6 Bumps [dataclasses](https://github.com/ericvsmith/dataclasses) from 0.4 to 0.6. - [Release notes](https://github.com/ericvsmith/dataclasses/releases) - [Commits](https://github.com/ericvsmith/dataclasses/compare/0.4...0.6) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 351511d..2dbd38b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dataclasses==0.4 +dataclasses==0.6 tabulate==0.8.2 click==7.0 gym==0.10.8