Skip to content

Commit 9f061bc

Browse files
chore: weekly dependency updates (#84)
* chore: update dependencies * lock --------- Co-authored-by: fpgmaas <12008199+fpgmaas@users.noreply.github.com> Co-authored-by: Florian Maas <fpgmaas@gmail.com>
1 parent 402b626 commit 9f061bc

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

.github/actions/setup-python-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
uv-version:
1010
description: "uv version to use"
1111
required: true
12-
default: "0.9.16"
12+
default: "0.9.21"
1313

1414
runs:
1515
using: "composite"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
exclude: ^{{cookiecutter.project_name}}/
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.14.8"
20+
rev: "v0.14.10"
2121
hooks:
2222
- id: ruff-check
2323
args: [--exit-non-zero-on-fix, --config=pyproject.toml]

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Homepage = "https://fpgmaas.github.io/cookiecutter-uv/"
3737
[dependency-groups]
3838
dev = [
3939
"pytest>=9.0.2",
40-
"pre-commit>=4.5.0",
40+
"pre-commit>=4.5.1",
4141
"pytest-cookies>=0.7.0",
4242
"tox-uv>=1.29.0",
4343
"deptry>=0.24.0",
44-
"mypy>=1.19.0",
44+
"mypy>=1.19.1",
4545
"pytest-cov>=7.0.0",
46-
"ruff>=0.14.8",
46+
"ruff>=0.14.10",
4747
"mkdocs>=1.6.1",
48-
"mkdocs-material>=9.7.0",
48+
"mkdocs-material>=9.7.1",
4949
"mkdocstrings[python]>=1.0.0",
5050
]
5151

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_name}}/.github/actions/setup-python-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
uv-version:
1010
description: "uv version to use"
1111
required: true
12-
default: "0.9.16"
12+
default: "0.9.21"
1313

1414
runs:
1515
using: "composite"

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: "v0.14.8"
18+
rev: "v0.14.10"
1919
hooks:
2020
- id: ruff-check
2121
args: [ --exit-non-zero-on-fix ]

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ Documentation = "https://{{cookiecutter.author_github_handle}}.github.io/{{cooki
2626
[dependency-groups]
2727
dev = [
2828
"pytest>=9.0.2",
29-
"pre-commit>=4.5.0",
29+
"pre-commit>=4.5.1",
3030
"tox-uv>=1.29.0",
3131
{% if cookiecutter.deptry == 'y' %}"deptry>=0.24.0",{% endif %}
3232
{% if cookiecutter.type_checker == "mypy" -%}
33-
"mypy>=1.19.0",
33+
"mypy>=1.19.1",
3434
{%- elif cookiecutter.type_checker == "ty" -%}
35-
"ty>=0.0.1a32",
35+
"ty>=0.0.8",
3636
{%- endif %}
3737
{% if cookiecutter.codecov == 'y' %}"pytest-cov>=7.0.0",{% endif %}
38-
"ruff>=0.14.8",
38+
"ruff>=0.14.10",
3939
{% if cookiecutter.mkdocs == 'y' %}"mkdocs>=1.6.1",
40-
"mkdocs-material>=9.7.0",
40+
"mkdocs-material>=9.7.1",
4141
"mkdocstrings[python]>=1.0.0",{% endif %}
4242
]
4343

0 commit comments

Comments
 (0)