Skip to content

Commit 559a879

Browse files
chore(deps): update dependency uv_build to ~=0.10.0 (#351)
* chore(deps): update dependency uv_build to ~=0.10.10 * fix version upgrade Signed-off-by: gruebel <anton.gruebel@gmail.com> --------- Signed-off-by: gruebel <anton.gruebel@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: gruebel <anton.gruebel@gmail.com>
1 parent 7e3b06e commit 559a879

8 files changed

Lines changed: 504 additions & 320 deletions

File tree

hooks/openfeature-hooks-opentelemetry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["uv_build~=0.9.0"]
2+
requires = ["uv_build~=0.10.0"]
33
build-backend = "uv_build"
44

55
[project]

providers/openfeature-provider-aws-ssm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["uv_build~=0.9.0"]
2+
requires = ["uv_build~=0.10.0"]
33
build-backend = "uv_build"
44

55
[project]

providers/openfeature-provider-env-var/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["uv_build~=0.9.0"]
2+
requires = ["uv_build~=0.10.0"]
33
build-backend = "uv_build"
44

55
[project]

providers/openfeature-provider-flipt/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["uv_build~=0.9.0"]
2+
requires = ["uv_build~=0.10.0"]
33
build-backend = "uv_build"
44

55
[project]

providers/openfeature-provider-ofrep/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["uv_build~=0.9.0"]
2+
requires = ["uv_build~=0.10.0"]
33
build-backend = "uv_build"
44

55
[project]

providers/openfeature-provider-unleash/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["uv_build~=0.9.0"]
2+
requires = ["uv_build~=0.10.0"]
33
build-backend = "uv_build"
44

55
[project]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dev = [
2222
]
2323

2424
[tool.uv]
25-
required-version = "~=0.9.0"
25+
required-version = "~=0.10.0"
2626
package = false
2727

2828
[tool.uv.sources]

uv.lock

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

0 commit comments

Comments
 (0)