Skip to content

Commit aab780c

Browse files
authored
feat: pre-commit autoupdate (#681)
1 parent d54f6cf commit aab780c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
types: [text]
5050
stages: [pre-commit, pre-push, manual]
5151
- repo: https://github.com/pre-commit/mirrors-prettier
52-
rev: v3.1.0
52+
rev: v4.0.0-alpha.8
5353
hooks:
5454
- id: prettier
5555
# - repo: https://github.com/pre-commit/mirrors-mypy

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.6] - 2025-07-29
11+
12+
Dependency updates.
13+
1014
## [0.6.5] - 2025-03-25
1115

1216
### Fixed
@@ -183,7 +187,8 @@ Release is primarily to publish to Read the Docs as a version.
183187

184188
- Fixed issue with item-search validation relying on collections behavior
185189

186-
[unreleased]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.5...main
190+
[unreleased]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.6...main
191+
[0.6.6]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.5..v0.6.6
187192
[0.6.5]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.4..v0.6.5
188193
[0.6.4]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.3..v0.6.4
189194
[0.6.3]: https://github.com/stac-utils/stac-api-validator/compare/v0.6.2..v0.6.3

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stac-api-validator"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
description = "STAC API Validator"
55
authors = ["Phil Varner <[email protected]>"]
66
license = "Apache-2.0"
@@ -55,7 +55,7 @@ xdoctest = { extras = ["colors"], version = ">=1.2.0" }
5555
myst-parser = { version = ">=4.0.1" }
5656

5757
[tool.poetry.requires-plugins]
58-
poetry-plugin-export = ">=1.9" # needed for nox-poetry with poetry 2
58+
poetry-plugin-export = ">=1.9" # needed for nox-poetry with poetry 2
5959

6060
[tool.poetry.scripts]
6161
stac-api-validator = "stac_api_validator.__main__:main"

0 commit comments

Comments
 (0)