Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent 5579d8f commit 7c7292a
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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"
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"]
Expand Down
8 changes: 4 additions & 4 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements/uv.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
uv==0.1.27
uv==0.1.34
2 changes: 1 addition & 1 deletion scripts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion submodules/typings
Submodule typings updated 590 files

0 comments on commit 7c7292a

Please sign in to comment.