Skip to content

Commit

Permalink
fix: update uv version
Browse files Browse the repository at this point in the history
  • Loading branch information
a5chin committed Dec 22, 2024
1 parent 8a0f3cb commit 0f4e55f
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG UV_VERSION=0.5.9
ARG UV_VERSION=0.5.11
ARG DEBIAN_VERSION=bookworm


Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"context": "..",
"dockerfile": "Dockerfile",
"args": {
"UV_VERSION": "0.5.9",
"UV_VERSION": "0.5.11",
"DEBIAN_VERSION": "bookworm"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DEBIAN_VERSION=bookworm
ARG UV_VERSION=0.5.9
ARG UV_VERSION=0.5.11
ARG VARIANT=3.12


Expand Down
2 changes: 1 addition & 1 deletion docs/configurations/uv.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Set the `UV_PROJECT_ENVIRONMENT` not to create a virtual environment in the proj
"context": "..",
"dockerfile": "Dockerfile",
"args": {
"UV_VERSION": "0.5.9",
"UV_VERSION": "0.5.11",
"DEBIAN_VERSION": "bookworm"
}
},
Expand Down
2 changes: 1 addition & 1 deletion docs/usecases/jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git switch jupyter
"context": "..",
"dockerfile": "Dockerfile",
"args": {
"UV_VERSION": "0.5.4",
"UV_VERSION": "0.5.11",
"DEBIAN_VERSION": "bookworm"
}
},
Expand Down
2 changes: 1 addition & 1 deletion docs/usecases/opencv.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Dockerfile
```{.dockerfile title=".devcontainer/Dockerfile" hl_lines=15}
ARG UV_VERSION=0.5.9
ARG UV_VERSION=0.5.11
ARG DEBIAN_VERSION=bookworm


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ license = { file = "LICENSE" }

dependencies = [
"google-cloud-logging>=3.11.3",
"pydantic>=2.10.3",
"pydantic>=2.10.4",
]

[tool.uv]
dev-dependencies = [
"mkdocs-material>=9.5.49",
"ruff>=0.8.3",
"pre-commit>=4.0.1",
"pyright>=1.1.391",
"pytest>=8.3.4",
"pytest-cov>=6.0.0",
"ruff>=0.8.4",
]
274 changes: 137 additions & 137 deletions uv.lock

Large diffs are not rendered by default.

0 comments on commit 0f4e55f

Please sign in to comment.