diff --git a/pyproject.toml b/pyproject.toml index db630a0..1f3b5c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,11 +17,11 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev32" +version = "0.0.0.dev33" name = "LoggerMan" dependencies = [ "MDit == 0.0.0.dev12", - "ActionMan == 0.0.0.dev20", + "ActionMan == 0.0.0.dev21", "ProtocolMan == 0.0.0.dev2", "ExceptionMan == 0.0.0.dev12", "pydantic", diff --git a/requirements.txt b/requirements.txt index 598de54..d75c8a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ MDit == 0.0.0.dev12 -ActionMan == 0.0.0.dev20 +ActionMan == 0.0.0.dev21 ProtocolMan == 0.0.0.dev2 ExceptionMan == 0.0.0.dev12 pydantic