From 93b20c50e933aae6552011ae494f94793d269c7c Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:17:22 +0900 Subject: [PATCH 1/5] docs: try to fix mkdocs (#287) * docs: try to fix mkdocs * rev location --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 78fffb14..bfa09506 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,6 +4,6 @@ bump2version ==1.0.1 # coverage >=4.5.4 mkdocs-material ==9.1.* mkdocstrings[python] ==0.22.* -mknotebooks ==0.7.* +mknotebooks ==0.8.* pytest >=5.3.2 pytest-runner >=5.1 From f18ddf12186636351cf9b788f1f8ba39dffc212b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:49:08 +0530 Subject: [PATCH 2/5] [pre-commit.ci] pre-commit suggestions (#258) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.9.0...v3.15.0) - [github.com/psf/black: 23.7.0 → 23.10.1](https://github.com/psf/black/compare/23.7.0...23.10.1) - [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](https://github.com/executablebooks/mdformat/compare/0.7.16...0.7.17) - [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.1.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.278...v0.1.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Manu Joseph V --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de2a64c8..e6825986 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer exclude: 'setup.cfg' @@ -27,7 +27,7 @@ repos: - id: detect-private-key - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py37-plus] @@ -45,13 +45,13 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.10.1 hooks: - id: black name: Black code - repo: https://github.com/executablebooks/mdformat - rev: 0.7.16 + rev: 0.7.17 hooks: - id: mdformat additional_dependencies: @@ -69,7 +69,7 @@ repos: - id: yesqa - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.278 + rev: v0.1.4 hooks: - id: ruff args: ["--fix"] From 5e87235d9164765e647da70b71ff9ac081cb8a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:49:50 +0530 Subject: [PATCH 3/5] Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.10 (#267) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.7 to 1.8.10. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.7...v1.8.10) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manu Joseph V --- .github/workflows/releasing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releasing.yml b/.github/workflows/releasing.yml index 1634dee1..bf9062bf 100644 --- a/.github/workflows/releasing.yml +++ b/.github/workflows/releasing.yml @@ -39,7 +39,7 @@ jobs: - name: Publish distribution 📦 to PyPI if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@v1.8.7 + uses: pypa/gh-action-pypi-publish@v1.8.10 with: user: __token__ password: ${{ secrets.pypi_password }} From ddb96afb9ec4d8f0502187473a3aed8eb75756b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:50:23 +0530 Subject: [PATCH 4/5] Bump actions/checkout from 3 to 4 (#274) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manu Joseph V --- .github/workflows/linting.yml | 2 +- .github/workflows/releasing.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1df753e6..31ee6d3a 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -11,7 +11,7 @@ jobs: python-version: [3.8] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: diff --git a/.github/workflows/releasing.yml b/.github/workflows/releasing.yml index bf9062bf..7d2cef0f 100644 --- a/.github/workflows/releasing.yml +++ b/.github/workflows/releasing.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 🐍 uses: actions/setup-python@v4 with: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3141269d..99cf8e63 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -17,7 +17,7 @@ jobs: - {os: 'ubuntu-20.04', python-version: "3.8", requires: 'oldest'} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: From 17be9becddb7cb1d3b5dba06b2693063c3e07008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 17:51:13 +0530 Subject: [PATCH 5/5] Update einops requirement from <0.7.0,>=0.6.0 to >=0.6.0,<0.8.0 (#275) Updates the requirements on [einops](https://github.com/arogozhnikov/einops) to permit the latest version. - [Release notes](https://github.com/arogozhnikov/einops/releases) - [Commits](https://github.com/arogozhnikov/einops/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: einops dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manu Joseph V --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9420109e..deea192a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ PyYAML >=5.4, <6.1.0 # importlib-metadata <1,>=0.12 matplotlib >3.1 ipywidgets -einops >=0.6.0, <0.7.0 +einops >=0.6.0, <0.8.0 rich >=11.0.0 entmax>=1.1