From 7188cf5e31390363f7be0affd4fa857a1631ad11 Mon Sep 17 00:00:00 2001 From: pybokeh Date: Tue, 29 Mar 2022 20:07:13 -0400 Subject: [PATCH 1/2] Added orchest workflow orchestration framework --- PyData/UsefulPackages.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/PyData/UsefulPackages.txt b/PyData/UsefulPackages.txt index 118fbaf..5a5d6d7 100644 --- a/PyData/UsefulPackages.txt +++ b/PyData/UsefulPackages.txt @@ -201,6 +201,7 @@ Netflix's metaflow: https://github.com/Netflix/metaflow (Windows not supported) ploomber: https://github.com/ploomber/ploomber (Windows supported) databay: https://github.com/Voyz/databay pydags: https://github.com/DavidTorpey/pydags +orchest: https://github.com/orchest/orchest # Data validation and cleaning frameworks https://github.com/great-expectations/great_expectations From bb1c147a6c8a0039b2d1201998f7ecbb4f8b1209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 23:20:57 +0000 Subject: [PATCH 2/2] Bump mistune from 0.8.4 to 2.0.3 in /docker-projects/ipython_notebook Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v0.8.4...v2.0.3) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker-projects/ipython_notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-projects/ipython_notebook/requirements.txt b/docker-projects/ipython_notebook/requirements.txt index 4968aed..94d3d69 100644 --- a/docker-projects/ipython_notebook/requirements.txt +++ b/docker-projects/ipython_notebook/requirements.txt @@ -19,7 +19,7 @@ jupyter-core==4.5.0 kiwisolver==1.1.0 MarkupSafe==1.1.1 matplotlib==3.1.1 -mistune==0.8.4 +mistune==2.0.3 nbconvert==5.5.0 nbformat==4.4.0 notebook==6.4.1