Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dfd82c7

Browse filesBrowse files
authored
Update dependencies (johnthagen#326)
1 parent 8bd63ac commit dfd82c7
Copy full SHA for dfd82c7

6 files changed

+206-206Lines changed: 206 additions & 206 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/ci.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines 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:
Collapse file

‎.github/workflows/pages.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/pages.yml
+1-1Lines 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:
Collapse file

‎Dockerfile‎

Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines 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.
Collapse file

‎docs/licenses/license_files.txt‎

Copy file name to clipboardExpand all lines: docs/licenses/license_files.txt
+1-1Lines 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

Collapse file

‎docs/licenses/summary.txt‎

Copy file name to clipboardExpand all lines: docs/licenses/summary.txt
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.