Skip to content

Commit f8e4400

Browse files
authored
deps: bump pytest-recording, remove vcrpy pin (#1201)
1 parent 27ea872 commit f8e4400

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

pyproject.toml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ description = "Python library for working with the SpatioTemporal Asset Catalog
44
readme = "README.md"
55
authors = [
66
{ name = "Rob Emanuele", email = "rdemanuele@gmail.com" },
7-
{ name = "Jon Duckworth", email = "duckontheweb@gmail.com" }
8-
]
9-
maintainers = [
10-
{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }
7+
{ name = "Jon Duckworth", email = "duckontheweb@gmail.com" },
118
]
9+
maintainers = [{ name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }]
1210
keywords = ["pystac", "imagery", "raster", "catalog", "STAC"]
1311
license = { text = "Apache-2.0" }
14-
classifiers=[
12+
classifiers = [
1513
"Development Status :: 5 - Production/Stable",
1614
"Intended Audience :: Developers",
1715
"License :: OSI Approved :: Apache Software License",
@@ -30,10 +28,7 @@ dependencies = [
3028
dynamic = ["version"]
3129

3230
[project.optional-dependencies]
33-
bench = [
34-
"asv~=0.5",
35-
"virtualenv~=20.22",
36-
]
31+
bench = ["asv~=0.5", "virtualenv~=20.22"]
3732
docs = [
3833
"Sphinx~=6.2",
3934
"ipython~=8.12",
@@ -45,9 +40,7 @@ docs = [
4540
"sphinx-design~=0.4",
4641
"sphinxcontrib-fulltoc~=1.2",
4742
]
48-
jinja2 = [
49-
"jinja2<4.0",
50-
]
43+
jinja2 = ["jinja2<4.0"]
5144
orjson = ["orjson>=3.5"]
5245
test = [
5346
"black~=23.3",
@@ -62,16 +55,13 @@ test = [
6255
"pre-commit~=3.2",
6356
"pytest-cov~=4.0",
6457
"pytest-mock~=3.10",
65-
"pytest-recording~=0.12",
58+
"pytest-recording~=0.13",
6659
"pytest~=7.3",
6760
"ruff==0.0.284",
6861
"types-html5lib~=1.1",
6962
"types-orjson~=3.6",
7063
"types-python-dateutil~=2.8",
7164
"types-urllib3~=1.26",
72-
# pytest-recording breakage with v5.0.0, need release of
73-
# https://github.com/kiwicom/pytest-recording/pull/110 to remove this ceil
74-
"vcrpy<5",
7565
]
7666
urllib3 = ["urllib3>=1.26"]
7767
# jsonschema v4.18.2 breaks validation, and it feels safer to set a ceiling rather than just skip this version. The ceiling should be removed when the v4.18 lineage has settled down and feels safer.
@@ -100,7 +90,7 @@ filterwarnings = [
10090
"error",
10191
# Allows jsonschema's RefResolver deprecation warning through until we're
10292
# updated to support jsonschema v4.18
103-
"default::DeprecationWarning:pystac.validation.*"
93+
"default::DeprecationWarning:pystac.validation.*",
10494
]
10595

10696
[build-system]

0 commit comments

Comments
 (0)