From d6b922b49c1e3b3bd4c2f57a15397a3a295fa360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:01:07 +0000 Subject: [PATCH 1/2] Bump traitlets from 5.14.2 to 5.14.3 Bumps [traitlets](https://github.com/ipython/traitlets) from 5.14.2 to 5.14.3. - [Release notes](https://github.com/ipython/traitlets/releases) - [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/traitlets/compare/v5.14.2...v5.14.3) --- updated-dependencies: - dependency-name: traitlets dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd4ff6a..8300b2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -81,7 +81,7 @@ soupsieve==2.5 stack-data==0.6.3 tinycss2==1.2.1 tornado==6.4 -traitlets==5.14.2 +traitlets==5.14.3 wakepy==0.7.2 wcwidth==0.2.13 webencodings==0.5.1 From 3036c87eb6b08e4b0a27df165c6b6d89e22a62b8 Mon Sep 17 00:00:00 2001 From: Typpi <20943337+Nick2bad4u@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:19:01 -0400 Subject: [PATCH 2/2] Update automerge.yml --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 36da554..47f0496 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -7,7 +7,7 @@ on: jobs: automerge: name: Enable automerge on dependabot PRs - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Enable automerge on dependabot PRs uses: daneden/enable-automerge-action@v1