From 567d4d8699bad7910d6000ca0d7a6008e04dc7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 23:11:53 +0000 Subject: [PATCH 1/2] Bump the general group across 1 directory with 3 updates Bumps the general group with 3 updates in the / directory: [fonttools](https://github.com/fonttools/fonttools), [ipython](https://github.com/ipython/ipython) and [wakepy](https://github.com/fohrloop/wakepy). Updates `fonttools` from 4.52.4 to 4.53.0 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.52.4...4.53.0) Updates `ipython` from 8.24.0 to 8.25.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.24.0...8.25.0) Updates `wakepy` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/fohrloop/wakepy/releases) - [Commits](https://github.com/fohrloop/wakepy/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: fonttools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general - dependency-name: wakepy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a48c788..16134e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,13 +22,13 @@ dsdev-utils==1.3.0 Eel==1.0.0a1 executing==2.0.1 fastjsonschema==2.19.1 -fonttools==4.52.4 +fonttools==4.53.0 future==1.0.0 gevent==24.2.1 gevent-websocket==0.10.1 greenlet==3.0.3 idna==3.7 -ipython==8.24.0 +ipython==8.25.0 jedi==0.19.1 Jinja2==3.1.4 jsonschema==4.22.0 @@ -81,7 +81,7 @@ stack-data==0.6.3 tinycss2==1.3.0 tornado==6.4 traitlets==5.14.3 -wakepy==0.8.0 +wakepy==0.9.0 wcwidth==0.2.13 webencodings==0.5.1 wheel==0.43.0 From 0347ffb97fdc907b374af985e97d12280b3f7248 Mon Sep 17 00:00:00 2001 From: Typpi <20943337+Nick2bad4u@users.noreply.github.com> Date: Fri, 31 May 2024 23:49:29 -0400 Subject: [PATCH 2/2] Update filediff.yml --- .github/workflows/filediff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/filediff.yml b/.github/workflows/filediff.yml index f2f4b9d..74a7dd8 100644 --- a/.github/workflows/filediff.yml +++ b/.github/workflows/filediff.yml @@ -5,7 +5,7 @@ on: jobs: filediff: name: filediff - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Checkout default branch uses: actions/checkout@v4