Commit f524e5a5 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Relax orjson version requirement

parent 5de5780c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ include = [
python = "~=3.9"
behave = "~=1.2"
jsonpath-python = "~=1.0"
orjson = "~=3.6.1"
orjson = "~=3.6"
parse = "~=1.19"
requests = "~=2.26"
trio = "~=0.19"