Verified Commit 9eba38f5 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bump dependencies

parent 3e6a2c47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,12 +20,12 @@ classifiers = [

requires-python = "~=3.10"
dependencies = [
	"anyio ~=3.0",
	"anyio ~=4.1",
]

[project.optional-dependencies]
test = [
	"trio <0.24",
	"trio",
]

[project.urls]