diff --git a/pyproject.toml b/pyproject.toml index 3d4f28a..062bddd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,13 +17,13 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev50" +version = "0.0.0.dev51" name = "LoggerMan" dependencies = [ - "MDit == 0.0.0.dev21", + "MDit == 0.0.0.dev22", "ActionMan == 0.0.0.dev24", "ProtocolMan == 0.0.0.dev2", - "ExceptionMan == 0.0.0.dev21", + "ExceptionMan == 0.0.0.dev22", "pydantic", "rich", ] diff --git a/requirements.txt b/requirements.txt index 35185d0..9080485 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -MDit == 0.0.0.dev21 +MDit == 0.0.0.dev22 ActionMan == 0.0.0.dev24 ProtocolMan == 0.0.0.dev2 -ExceptionMan == 0.0.0.dev21 +ExceptionMan == 0.0.0.dev22 pydantic rich \ No newline at end of file