From d3bc0b6dc272120a20a230a7d777da1e719ff9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 13:27:55 +0000 Subject: [PATCH 1/2] Bump apache-airflow from 1.9.0 to 1.10.3 in /airflow Bumps [apache-airflow](https://github.com/apache/airflow) from 1.9.0 to 1.10.3. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/master/CHANGELOG.txt) - [Commits](https://github.com/apache/airflow/compare/1.9.0...1.10.3) Signed-off-by: dependabot[bot] --- airflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/requirements.txt b/airflow/requirements.txt index e1d2c9bb..3702b67b 100644 --- a/airflow/requirements.txt +++ b/airflow/requirements.txt @@ -1,4 +1,4 @@ -apache-airflow==1.9.0 +apache-airflow==1.10.3 apache-airflow[crypto] psycopg2==2.7.4 requests>=2.20.0 From 589ec2bd618595cbedd0f02443229b2d3f8069fc Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Fri, 1 Nov 2019 13:28:07 +0000 Subject: [PATCH 2/2] Apply fixes from StyleCI --- october/plugins/rainlab/pages/components/StaticBreadcrumbs.php | 1 - 1 file changed, 1 deletion(-) diff --git a/october/plugins/rainlab/pages/components/StaticBreadcrumbs.php b/october/plugins/rainlab/pages/components/StaticBreadcrumbs.php index 20436a55..c5cb2b2b 100644 --- a/october/plugins/rainlab/pages/components/StaticBreadcrumbs.php +++ b/october/plugins/rainlab/pages/components/StaticBreadcrumbs.php @@ -7,7 +7,6 @@ use RainLab\Pages\Classes\MenuItemReference; use RainLab\Pages\Classes\Page as StaticPageClass; use RainLab\Pages\Classes\Router; -use Url; /** * The static breadcrumbs component.