From 83ad38c674889496864d3923028a25ca364b971b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 12 Oct 2018 17:54:23 +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 93dc2ad..6b7a3ad 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