From 7c7292a775dc61ccfce8bba02c4cb91d612c2ade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 06:21:36 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/ci.yml | 8 ++++---- .pre-commit-config.yaml | 6 +++--- docs/pyproject.toml | 8 ++++---- requirements/dev.in | 6 +++--- requirements/uv.in | 2 +- scripts/pyproject.toml | 2 +- submodules/typings | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bafc5b2..34ef3b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,10 +100,10 @@ jobs: # ! https://github.com/pytest-dev/pytest-cov/issues/479#issuecomment-1247444988 - run: "pytest --cov --cov-config pyproject.toml" - if: startsWith(matrix.runner, 'ubuntu') && matrix.python == '3.11' - uses: "codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8" # v4.1.1 + uses: "codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed" # v4.3.0 env: CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" - - uses: "actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3" # v4.3.1 + - uses: "actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba" # v4.3.2 with: path: ".comps" name: "requirements_${{ matrix.runner }}_${{ matrix.python }}" @@ -131,11 +131,11 @@ jobs: - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 with: python-version: "${{ matrix.python }}" - - uses: "actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427" # v4.1.4 + - uses: "actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d" # v4.1.5 with: path: ".comps" merge-multiple: True - run: "scripts/Sync-Py.ps1 -Lock" - - uses: "stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d" # v5.0.0 + - uses: "stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842" # v5.0.1 with: commit_message: "Sync and lock" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13aa276..a9234ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -76,12 +76,12 @@ repos: |tests/.* )$ - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.5.0" + rev: "v4.6.0" hooks: - id: "end-of-file-fixer" - id: "trailing-whitespace" - repo: "https://github.com/DavidAnson/markdownlint-cli2" - rev: "v0.12.1" + rev: "v0.13.0" hooks: - id: "markdownlint-cli2" - repo: "https://github.com/srstevenson/nb-clean" @@ -101,7 +101,7 @@ repos: |tests/.* )$ - repo: "https://github.com/charliermarsh/ruff-pre-commit" - rev: "v0.3.4" + rev: "v0.4.0" hooks: - id: "ruff" args: ["--extend-fixable", "PIE790"] diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 07fb657..a6bfbf3 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -8,20 +8,20 @@ version = "0.0.0" description = "Docs." dependencies = [ # ? Core docs - "docutils==0.20.1", + "docutils==0.21.1", "linkify-it-py==2.0.3", - "myst-nb==1.0.0", + "myst-nb==1.1.0", "myst-parser==2.0.0", "numpydoc==1.7.0", "ruamel-yaml==0.18.6", - "sphinx-autobuild==2024.2.4", + "sphinx-autobuild==2024.4.16", "sphinx-autodoc2==0.5.0", "sphinx-book-theme==1.1.2", "sphinx-design==0.5.0", "sphinx-thebe==0.3.1", "sphinx-tippy==0.4.1", "sphinx-togglebutton==0.3.2", - "sphinx==7.2.6", + "sphinx==7.3.7", "sphinxcontrib-bibtex==2.6.2", "sphinxcontrib-mermaid==0.9.2", "sphinxcontrib-towncrier==0.4.0a0", diff --git a/requirements/dev.in b/requirements/dev.in index c18f4cc..89a2e75 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -6,10 +6,10 @@ copier==9.2.0 debugpy==1.8.1 fawltydeps==0.15.0 flit==3.9.0 -keyring==25.0.0 +keyring==25.1.0 pre-commit==3.7.0 -pyright==1.1.356 -ruff==0.3.4 +pyright==1.1.359 +ruff==0.4.0 snakeviz==2.2.0 sourcery==1.16.0 towncrier==23.11.0 diff --git a/requirements/uv.in b/requirements/uv.in index edc3832..a78b5f6 100644 --- a/requirements/uv.in +++ b/requirements/uv.in @@ -1 +1 @@ -uv==0.1.27 +uv==0.1.34 diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 0ada33d..b333d2a 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" name = "c_therm_tci_tools" version = "0.0.0" description = "Tools." -dependencies = ["cyclopts==2.5.0"] +dependencies = ["cyclopts==2.6.1"] [project.scripts] "c_therm_tci_tools" = "c_therm_tci_tools.__main__:main" diff --git a/submodules/typings b/submodules/typings index f64f8fa..1674dbf 160000 --- a/submodules/typings +++ b/submodules/typings @@ -1 +1 @@ -Subproject commit f64f8fa072d090eabf2b1149252c82dd9404362d +Subproject commit 1674dbfc79baacdbdd41a95f23f1cc019b67cdeb