diff --git a/pyproject.toml b/pyproject.toml index fd99590..db630a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,13 +17,13 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev31" +version = "0.0.0.dev32" name = "LoggerMan" dependencies = [ - "MDit == 0.0.0.dev11", + "MDit == 0.0.0.dev12", "ActionMan == 0.0.0.dev20", "ProtocolMan == 0.0.0.dev2", - "ExceptionMan == 0.0.0.dev11", + "ExceptionMan == 0.0.0.dev12", "pydantic", "rich", ] diff --git a/requirements.txt b/requirements.txt index a2c68f5..598de54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -MDit == 0.0.0.dev11 +MDit == 0.0.0.dev12 ActionMan == 0.0.0.dev20 ProtocolMan == 0.0.0.dev2 -ExceptionMan == 0.0.0.dev11 +ExceptionMan == 0.0.0.dev12 pydantic rich \ No newline at end of file