Verified Commit 70671606 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bump kilter.protocol to 0.6.0 for a fix

parent c9603877
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,6 +97,6 @@ repos:
    pass_filenames: false
    additional_dependencies:
    - anyio ~=3.1
    - kilter.protocol ~=0.5.0
    - kilter.protocol ~=0.6.0
    - sphinx
    - trio-typing
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ requires-python = "~=3.10"
dependencies = [
	"anyio ~=3.0",
	"async-generator ~=1.2",
	"kilter.protocol ~=0.5.0",
	"kilter.protocol ~=0.6.0",
	"typing-extensions ~=4.0",
]
classifiers = [