Skip to content

Commit

Permalink
Merge pull request #4944 from dev-hato/fix-uv-version-renovate/ghcr.i…
Browse files Browse the repository at this point in the history
…o-astral-sh-uv-0.x

uvのバージョンを直してあげたよ! #4943
  • Loading branch information
massongit authored Mar 6, 2025
2 parents 4fa3402 + 99ab075 commit be12f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [ "python-dotenv==1.0.1", "requests==2.32.3", "Pillow>=7.1.2", "o
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.1", "pre-commit==4.1.0", "importlib-metadata==8.6.1", "toml==0.10.2", "types-toml==0.10.8.20240310", "pyink==24.10.0",]

[tool.uv]
required-version = "0.6.4"
required-version = "0.6.5"
[[tool.uv.index]]
name = "pypi"
url = "https://pypi.org/simple"
Expand Down

0 comments on commit be12f29

Please sign in to comment.