Skip to content

Commit 72ad291

Browse files
authored
Merge pull request #179 from trailofbits/uv-updates
Project dependency updates
2 parents e1a70fd + 98a6b61 commit 72ad291

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = []
2222
requires-python = ">=3.11"
2323

2424
[build-system]
25-
requires = ["uv_build>=0.9.0,<0.10.0"]
25+
requires = ["uv_build>=0.11.0,<0.12"]
2626
build-backend = "uv_build"
2727

2828
[dependency-groups]
@@ -35,7 +35,7 @@ test = ["pytest", "pytest-cov", "pytest-timeout", "pretend", "coverage[toml]"]
3535
lint = [
3636
# NOTE: ruff is under active development, so we pin conservatively here
3737
# and let Dependabot periodically perform this update.
38-
"ruff ~= 0.14.0",
38+
"ruff ~= 0.15.0",
3939
"ty >=0.0.8",
4040
{%- if cookiecutter.docstring_coverage %}
4141
"interrogate",

0 commit comments

Comments
 (0)