11[tool .poetry ]
22name = " stac-api-validator"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44description = " STAC API Validator"
55authors = [
" Phil Varner <[email protected] >" ]
66license = " Apache-2.0"
77readme = " README.md"
88homepage = " https://github.com/stac-utils/stac-api-validator"
99repository = " https://github.com/stac-utils/stac-api-validator"
1010documentation = " https://stac-api-validator.readthedocs.io"
11- classifiers = [
12- " Development Status :: 4 - Beta" ,
13- ]
11+ classifiers = [" Development Status :: 4 - Beta" ]
1412
1513[tool .poetry .urls ]
1614Changelog = " https://github.com/stac-utils/stac-api-validator/releases"
@@ -21,7 +19,7 @@ click = "^8.1.3"
2119certifi = " ^2024.2.2"
2220pystac-client = " ^0.7.5"
2321requests = " ^2.31.0"
24- pystac = {extras = [" orjson" ], version = " ^1.8.3" }
22+ pystac = { extras = [" orjson" ], version = " ^1.8.3" }
2523jsonschema = " ^4.16.0"
2624PyYAML = " ^6.0.1"
2725Shapely = " >=1.8.4"
@@ -33,10 +31,9 @@ deepdiff = "^6.2.3"
3331[tool .poetry .dev-dependencies ]
3432Pygments = " >=2.10.0"
3533black = " >=22.8.0"
36- coverage = {extras = [" toml" ], version = " >=6.2" }
34+ coverage = { extras = [" toml" ], version = " >=6.2" }
3735darglint = " >=1.8.1"
3836flake8 = " >=4.0.1"
39- # flake8-bandit = ">=2.1.2"
4037flake8-bugbear = " >=21.9.2"
4138flake8-docstrings = " >=1.6.0"
4239flake8-rst-docstrings = " >=0.2.5"
@@ -53,8 +50,8 @@ sphinx = ">=4.3.2"
5350sphinx-autobuild = " >=2021.3.14"
5451sphinx-click = " >=3.0.2"
5552typeguard = " >=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" }
5855
5956[tool .poetry .scripts ]
6057stac-api-validator = " stac_api_validator.__main__:main"
@@ -69,7 +66,7 @@ source = ["stac_api_validator", "tests"]
6966
7067[tool .coverage .report ]
7168show_missing = true
72- fail_under = 10 # todo: get back to 85
69+ fail_under = 10 # todo: get back to 85
7370
7471[tool .isort ]
7572profile = " black"
@@ -86,7 +83,12 @@ show_error_context = true
8683# ignore_missing_imports = true
8784
8885[[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+ ]
9092ignore_missing_imports = true
9193
9294[build-system ]
0 commit comments