From 60c046b2626a066451335c4f21709f72e32667a8 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 26 Jun 2023 07:41:00 +0200 Subject: [PATCH 1/7] [Auto-generated] Check & update dependencies (`pyproject.toml`) (#157) Update dependencies in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c85edcf2..75993191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ docs = [ "mkdocstrings[python-legacy] ~=0.22.0", ] testing = [ - "pytest ~=7.3", + "pytest ~=7.4", "pytest-cov ~=4.1", ] dev = [ From 3a5c236b1251350de9025082d7dca06fd4b5dd66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 06:02:12 +0000 Subject: [PATCH 2/7] Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#158) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.7. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.6...v1.8.7) --- 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> --- .github/workflows/cd_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 4a0a33fc..5628fe1c 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -293,7 +293,7 @@ jobs: - name: Publish package to TestPyPI if: inputs.test && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.8.6 + uses: pypa/gh-action-pypi-publish@v1.8.7 with: user: __token__ password: ${{ secrets.PyPI_token }} @@ -301,7 +301,7 @@ jobs: - name: Publish package to PyPI if: ( ! inputs.test ) && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.8.6 + uses: pypa/gh-action-pypi-publish@v1.8.7 with: user: __token__ password: ${{ secrets.PyPI_token }} From cc8ab3db7b41eaff7d7cb487e8c9d0a3bd41ed26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 05:47:40 +0000 Subject: [PATCH 3/7] Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (#161) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.7 to 1.8.8. - [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.8) --- 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> --- .github/workflows/cd_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 5628fe1c..7fafd73c 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -293,7 +293,7 @@ jobs: - name: Publish package to TestPyPI if: inputs.test && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.8.7 + uses: pypa/gh-action-pypi-publish@v1.8.8 with: user: __token__ password: ${{ secrets.PyPI_token }} @@ -301,7 +301,7 @@ jobs: - name: Publish package to PyPI if: ( ! inputs.test ) && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.8.7 + uses: pypa/gh-action-pypi-publish@v1.8.8 with: user: __token__ password: ${{ secrets.PyPI_token }} From a13fb3f204e766f6b4c5988143ce44c4dbd03087 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 17 Jul 2023 07:39:08 +0200 Subject: [PATCH 4/7] [Auto-generated] Check & update dependencies (`pyproject.toml`) (#162) Update dependencies in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75993191..b3c5d907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requires-python = "~=3.7" dynamic = ["version", "description"] dependencies = [ - "invoke ~=2.1", + "invoke ~=2.2", "tomlkit ~=0.11.8", ] From 3369cb09f561408094d389638e672743fac60432 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 31 Jul 2023 07:38:17 +0200 Subject: [PATCH 5/7] [Auto-generated] Check & update dependencies (`pyproject.toml`) (#163) Update dependencies in `pyproject.toml` --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b3c5d907..0796efb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,13 +30,13 @@ dynamic = ["version", "description"] dependencies = [ "invoke ~=2.2", - "tomlkit ~=0.11.8", + "tomlkit ~=0.12.1", ] [project.optional-dependencies] docs = [ "mike ~=1.1", - "mkdocs ~=1.4", + "mkdocs ~=1.5", "mkdocs-awesome-pages-plugin ~=2.9", "mkdocs-material ~=9.1", "mkdocstrings[python-legacy] ~=0.22.0", From 9fd38d738a3ce28a32021b444fb4ee42174b52f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 06:02:26 +0000 Subject: [PATCH 6/7] Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#164) Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.8 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.8...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> --- .github/workflows/cd_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd_release.yml b/.github/workflows/cd_release.yml index 7fafd73c..352c203a 100644 --- a/.github/workflows/cd_release.yml +++ b/.github/workflows/cd_release.yml @@ -293,7 +293,7 @@ jobs: - name: Publish package to TestPyPI if: inputs.test && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.8.8 + uses: pypa/gh-action-pypi-publish@v1.8.10 with: user: __token__ password: ${{ secrets.PyPI_token }} @@ -301,7 +301,7 @@ jobs: - name: Publish package to PyPI if: ( ! inputs.test ) && inputs.publish_on_pypi && inputs.python_package - uses: pypa/gh-action-pypi-publish@v1.8.8 + uses: pypa/gh-action-pypi-publish@v1.8.10 with: user: __token__ password: ${{ secrets.PyPI_token }} From 9c66b9b01030b39469e41466ee90e682c292b36d Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 21 Aug 2023 10:02:21 +0000 Subject: [PATCH 7/7] Update `pre-commit` hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 208d9700..e7e8fe70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/ambv/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black @@ -49,7 +49,7 @@ repos: # The project's documentation can be found at: # https://mypy.readthedocs.io/en/stable/index.html - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.5.1 hooks: - id: mypy