Skip to content

Commit dfd82c7

Browse files
authored
Update dependencies (#326)
1 parent 8bd63ac commit dfd82c7

File tree

6 files changed

+206
-206
lines changed

6 files changed

+206
-206
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [push, pull_request]
44

55
env:
6-
UV_VERSION: "0.9.13"
6+
UV_VERSION: "0.9.17"
77

88
jobs:
99
test:

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
env:
11-
UV_VERSION: "0.9.13"
11+
UV_VERSION: "0.9.17"
1212

1313
jobs:
1414
deploy:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
FROM python:3.13-slim-trixie AS python_builder
1212

1313
# Pin uv to a specific version to make container builds reproducible.
14-
ENV UV_VERSION=0.9.13
14+
ENV UV_VERSION=0.9.17
1515
ENV UV_PYTHON_DOWNLOADS=never
1616

1717
# Set ENV variables that make Python more friendly to running inside a container.

docs/licenses/license_files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929

3030

3131
click
32-
8.3.0
32+
8.3.1
3333
BSD-3-Clause
3434
Copyright 2014 Pallets
3535

docs/licenses/summary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
| Name | Version | License |
22
|-------------------|---------|--------------------|
33
| Pygments | 2.19.2 | BSD License |
4-
| click | 8.3.0 | BSD-3-Clause |
4+
| click | 8.3.1 | BSD-3-Clause |
55
| markdown-it-py | 4.0.0 | MIT License |
66
| mdurl | 0.1.2 | MIT License |
77
| rich | 14.2.0 | MIT License |

0 commit comments

Comments
 (0)