Skip to content

Commit 07d5420

Browse files
symroeGeoWill
authored andcommitted
Bump to UV==0.9.*
1 parent 9b1e75d commit 07d5420

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/install-uv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -xeE
33

4-
UV_CONSTRAINT="==0.8.*"
4+
UV_CONSTRAINT="==0.9.*"
55

66
if [ "$CI" = "true" ]; then
77
pip install uv"$UV_CONSTRAINT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cdk = [
3838

3939
[tool.uv]
4040
package = false
41-
required-version = "==0.8.*"
41+
required-version = "==0.9.*"
4242

4343
[tool.pytest.ini_options]
4444
testpaths = ["lgsf", "scrapers"]

0 commit comments

Comments
 (0)