Verified Commit 0d5f38e8 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bump kilter.protocol dependency to 0.4.0

parent 6303f26a
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.3.0
    - kilter.protocol ~=0.4.0
    - sphinx
    - trio-typing
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ requires-python = ">=3.10,<4"
dependencies = [
	"anyio ~=3.0",
	"async-generator ~=1.2",
	"kilter.protocol ~=0.3.0",
	"kilter.protocol ~=0.4.0",
	"typing-extensions ~=4.0",
]
classifiers = [