From 736e873aea28b609f5900c7c4cc64f0617edb3bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 06:06:51 +0000 Subject: [PATCH] build(deps): Update pydot requirement from ~=1.4.1 to ~=1.4.2 in /src Updates the requirements on [pydot](https://github.com/pydot/pydot) to permit the latest version. - [Release notes](https://github.com/pydot/pydot/releases) - [Changelog](https://github.com/pydot/pydot/blob/master/ChangeLog) - [Commits](https://github.com/pydot/pydot/compare/v1.4.1...v1.4.2) Signed-off-by: dependabot[bot] --- src/requirements-macOS.txt | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements-macOS.txt b/src/requirements-macOS.txt index b148a71..e0107bd 100644 --- a/src/requirements-macOS.txt +++ b/src/requirements-macOS.txt @@ -6,7 +6,7 @@ numpy ~= 1.20 pandas ~= 1.2 plaidml-keras ~= 0.7.0 psycopg2_binary ~= 2.8 -pydot ~= 1.4.1 +pydot ~= 1.4.2 scikit-learn ~= 0.24 sqlalchemy ~= 1.3 seaborn ~= 0.11 \ No newline at end of file diff --git a/src/requirements.txt b/src/requirements.txt index d6191ed..1a9bbb8 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -6,7 +6,7 @@ matplotlib ~= 3.3 numpy ~= 1.20 pandas ~= 1.2 psycopg2_binary ~= 2.8 -pydot ~= 1.4.1 +pydot ~= 1.4.2 scikit-learn ~= 0.24 sqlalchemy ~= 1.3 seaborn ~= 0.11 \ No newline at end of file