You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"License :: OSI Approved :: Apache Software License",
@@ -30,10 +28,7 @@ dependencies = [
30
28
dynamic = ["version"]
31
29
32
30
[project.optional-dependencies]
33
-
bench = [
34
-
"asv~=0.5",
35
-
"virtualenv~=20.22",
36
-
]
31
+
bench = ["asv~=0.5", "virtualenv~=20.22"]
37
32
docs = [
38
33
"Sphinx~=6.2",
39
34
"ipython~=8.12",
@@ -45,9 +40,7 @@ docs = [
45
40
"sphinx-design~=0.4",
46
41
"sphinxcontrib-fulltoc~=1.2",
47
42
]
48
-
jinja2 = [
49
-
"jinja2<4.0",
50
-
]
43
+
jinja2 = ["jinja2<4.0"]
51
44
orjson = ["orjson>=3.5"]
52
45
test = [
53
46
"black~=23.3",
@@ -62,16 +55,13 @@ test = [
62
55
"pre-commit~=3.2",
63
56
"pytest-cov~=4.0",
64
57
"pytest-mock~=3.10",
65
-
"pytest-recording~=0.12",
58
+
"pytest-recording~=0.13",
66
59
"pytest~=7.3",
67
60
"ruff==0.0.284",
68
61
"types-html5lib~=1.1",
69
62
"types-orjson~=3.6",
70
63
"types-python-dateutil~=2.8",
71
64
"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",
75
65
]
76
66
urllib3 = ["urllib3>=1.26"]
77
67
# 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 = [
100
90
"error",
101
91
# Allows jsonschema's RefResolver deprecation warning through until we're
0 commit comments