From 0d839d4fc4d525aa2800bfa1b8648bb7d0d42097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:10:58 +0000 Subject: [PATCH] Bump the actions group with 1 update (#4) * Bump the actions group with 1 update Bumps the actions group with 1 update: [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes). Updates `apache/skywalking-eyes` from ed436a5593c63a25f394ea29da61b0ac3731a9fe to 97538682f556b56cc7422ece660d8d7e6c4fb013 - [Release notes](https://github.com/apache/skywalking-eyes/releases) - [Changelog](https://github.com/apache/skywalking-eyes/blob/main/CHANGES.md) - [Commits](https://github.com/apache/skywalking-eyes/compare/ed436a5593c63a25f394ea29da61b0ac3731a9fe...97538682f556b56cc7422ece660d8d7e6c4fb013) --- updated-dependencies: - dependency-name: apache/skywalking-eyes dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] * Automatic application of license header --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] --- .github/workflows/license-header.yml | 2 +- jupyter_builder/__init__.py | 3 +++ jupyter_builder/_version.py | 3 +++ tests/test_tpl.py | 4 ++++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/license-header.yml b/.github/workflows/license-header.yml index fd39293..af91ae4 100644 --- a/.github/workflows/license-header.yml +++ b/.github/workflows/license-header.yml @@ -24,7 +24,7 @@ jobs: - name: Fix License Header # pin to include https://github.com/apache/skywalking-eyes/pull/168 - uses: apache/skywalking-eyes/header@ed436a5593c63a25f394ea29da61b0ac3731a9fe + uses: apache/skywalking-eyes/header@97538682f556b56cc7422ece660d8d7e6c4fb013 with: mode: fix diff --git a/jupyter_builder/__init__.py b/jupyter_builder/__init__.py index 2fb1754..6779804 100644 --- a/jupyter_builder/__init__.py +++ b/jupyter_builder/__init__.py @@ -1 +1,4 @@ +# Copyright (c) Jupyter Development Team. +# Distributed under the terms of the Modified BSD License. + from ._version import __version__ # noqa F401 diff --git a/jupyter_builder/_version.py b/jupyter_builder/_version.py index f102a9c..56b47a8 100644 --- a/jupyter_builder/_version.py +++ b/jupyter_builder/_version.py @@ -1 +1,4 @@ +# Copyright (c) Jupyter Development Team. +# Distributed under the terms of the Modified BSD License. + __version__ = "0.0.1" diff --git a/tests/test_tpl.py b/tests/test_tpl.py index d1f6a86..6e8a2c0 100644 --- a/tests/test_tpl.py +++ b/tests/test_tpl.py @@ -1,2 +1,6 @@ +# Copyright (c) Jupyter Development Team. +# Distributed under the terms of the Modified BSD License. + + def test_tpl(): assert True