Skip to content

Commit 34bb989

Browse files
committed
Adds changelog note
1 parent d197a13 commit 34bb989

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ concurrency:
1414
env:
1515
PYTHONUNBUFFERED: "1"
1616
FORCE_COLOR: "1"
17-
DEFAULT_PYTHON_VERSION: "3.11"
18-
DEFAULT_UV_VERSION: "0.6.x"
17+
DEFAULT_PYTHON_VERSION: "3.12"
18+
DEFAULT_UV_VERSION: "0.8.x"
1919

2020
jobs:
2121
lint:

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: detect-private-key
3030
# See https://github.com/prettier/prettier/issues/15742 for the fork reason
3131
- repo: https://github.com/rbubley/mirrors-prettier
32-
rev: "v3.5.3"
32+
rev: "v3.6.2"
3333
hooks:
3434
- id: prettier
3535
types_or:
@@ -45,13 +45,13 @@ repos:
4545
- tomli
4646
# Python hooks
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.9.9
48+
rev: v0.12.7
4949
hooks:
5050
- id: ruff
5151
args: [--fix]
5252
- id: ruff-format
5353
- repo: https://github.com/jsh9/pydoclint
54-
rev: 0.6.2
54+
rev: 0.6.7
5555
hooks:
5656
- id: pydoclint
5757
args:
@@ -61,11 +61,11 @@ repos:
6161
--arg-type-hints-in-docstring=False,
6262
]
6363
- repo: https://github.com/tox-dev/pyproject-fmt
64-
rev: "v2.5.1"
64+
rev: "v2.6.0"
6565
hooks:
6666
- id: pyproject-fmt
6767
- repo: https://github.com/pre-commit/mirrors-mypy
68-
rev: 'v1.15.0'
68+
rev: 'v1.17.1'
6969
hooks:
7070
- id: mypy
7171
additional_dependencies: ["httpx", "pytest"]

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Transitions CI to use astral-sh/setup-uv ([#42](https://github.com/stumpylog/tika-client/pull/42))
1313
- Improves the content-disposition header construction ([#43](https://github.com/stumpylog/tika-client/pull/43))
14+
- Bump astral-sh/setup-uv from 5 to 6 ([#44](https://github.com/stumpylog/tika-client/pull/44))
1415

1516
## [0.9.0] - 2025-01-15
1617

0 commit comments

Comments
 (0)