Skip to content

Commit 6e400a3

Browse files
authored
Merge pull request #4871 from dev-hato/fix-uv-version-update_uv
uvのバージョンを直してあげたよ! #4870
2 parents b86fa44 + 07fdbf6 commit 6e400a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [ "python-dotenv==1.0.1", "requests==2.32.3", "Pillow>=7.1.2", "o
99
dev = [ "autopep8==2.3.2", "requests-mock==1.12.1", "pylint==3.3.4", "sqlfluff==3.3.1", "mypy==1.15.0", "flake8==7.1.2", "isort==6.0.0", "pre-commit==4.1.0", "importlib-metadata==8.6.1", "toml==0.10.2", "types-toml==0.10.8.20240310", "pyink==24.10.0",]
1010

1111
[tool.uv]
12-
required-version = "0.6.1"
12+
required-version = "0.6.2"
1313
[[tool.uv.index]]
1414
name = "pypi"
1515
url = "https://pypi.org/simple"

0 commit comments

Comments
 (0)