1
1
[tool .poetry ]
2
2
name = " stac-api-validator"
3
- version = " 0.6.1 "
3
+ version = " 0.6.2 "
4
4
description = " STAC API Validator"
5
5
authors = [
" Phil Varner <[email protected] >" ]
6
6
license = " Apache-2.0"
7
7
readme = " README.md"
8
8
homepage = " https://github.com/stac-utils/stac-api-validator"
9
9
repository = " https://github.com/stac-utils/stac-api-validator"
10
10
documentation = " https://stac-api-validator.readthedocs.io"
11
- classifiers = [
12
- " Development Status :: 4 - Beta" ,
13
- ]
11
+ classifiers = [" Development Status :: 4 - Beta" ]
14
12
15
13
[tool .poetry .urls ]
16
14
Changelog = " https://github.com/stac-utils/stac-api-validator/releases"
@@ -21,7 +19,7 @@ click = "^8.1.3"
21
19
certifi = " ^2024.2.2"
22
20
pystac-client = " ^0.7.5"
23
21
requests = " ^2.31.0"
24
- pystac = {extras = [" orjson" ], version = " ^1.8.3" }
22
+ pystac = { extras = [" orjson" ], version = " ^1.8.3" }
25
23
jsonschema = " ^4.16.0"
26
24
PyYAML = " ^6.0.1"
27
25
Shapely = " >=1.8.4"
@@ -33,10 +31,9 @@ deepdiff = "^6.2.3"
33
31
[tool .poetry .dev-dependencies ]
34
32
Pygments = " >=2.10.0"
35
33
black = " >=22.8.0"
36
- coverage = {extras = [" toml" ], version = " >=6.2" }
34
+ coverage = { extras = [" toml" ], version = " >=6.2" }
37
35
darglint = " >=1.8.1"
38
36
flake8 = " >=4.0.1"
39
- # flake8-bandit = ">=2.1.2"
40
37
flake8-bugbear = " >=21.9.2"
41
38
flake8-docstrings = " >=1.6.0"
42
39
flake8-rst-docstrings = " >=0.2.5"
@@ -53,8 +50,8 @@ sphinx = ">=4.3.2"
53
50
sphinx-autobuild = " >=2021.3.14"
54
51
sphinx-click = " >=3.0.2"
55
52
typeguard = " >=2.13.3"
56
- xdoctest = {extras = [" colors" ], version = " >=0.15.10" }
57
- myst-parser = {version = " >=0.16.1" }
53
+ xdoctest = { extras = [" colors" ], version = " >=0.15.10" }
54
+ myst-parser = { version = " >=0.16.1" }
58
55
59
56
[tool .poetry .scripts ]
60
57
stac-api-validator = " stac_api_validator.__main__:main"
@@ -69,7 +66,7 @@ source = ["stac_api_validator", "tests"]
69
66
70
67
[tool .coverage .report ]
71
68
show_missing = true
72
- fail_under = 10 # todo: get back to 85
69
+ fail_under = 10 # todo: get back to 85
73
70
74
71
[tool .isort ]
75
72
profile = " black"
@@ -86,7 +83,12 @@ show_error_context = true
86
83
# ignore_missing_imports = true
87
84
88
85
[[tool .mypy .overrides ]]
89
- module = [" shapely.geometry" , " stac_check.lint" , " stac_validator.stac_validator" , " deepdiff" ]
86
+ module = [
87
+ " shapely.geometry" ,
88
+ " stac_check.lint" ,
89
+ " stac_validator.stac_validator" ,
90
+ " deepdiff" ,
91
+ ]
90
92
ignore_missing_imports = true
91
93
92
94
[build-system ]
0 commit comments