Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
contents: read

env:
UV_VERSION: "0.9.21"
UV_VERSION: "0.9.26"

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: [main]

env:
UV_VERSION: "0.9.21"
UV_VERSION: "0.9.26"

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
FROM python:3.13-slim-trixie AS python_builder

# Pin uv to a specific version to make container builds reproducible.
ENV UV_VERSION=0.9.21
ENV UV_VERSION=0.9.26
ENV UV_PYTHON_DOWNLOADS=never

# Set ENV variables that make Python more friendly to running inside a container.
Expand Down
4 changes: 2 additions & 2 deletions docs/licenses/license_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


typer-slim
0.20.0
MIT License
0.21.1
MIT
The MIT License (MIT)

Copyright (c) 2019 Sebastián Ramírez
Expand Down
2 changes: 1 addition & 1 deletion docs/licenses/summary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
| mdurl | 0.1.2 | MIT License |
| rich | 14.2.0 | MIT License |
| shellingham | 1.5.4 | ISC License (ISCL) |
| typer-slim | 0.20.0 | MIT License |
| typer-slim | 0.21.1 | MIT |
| typing_extensions | 4.15.0 | PSF-2.0 |
Loading