diff --git a/poetry.lock b/poetry.lock index 7209774..147a535 100644 --- a/poetry.lock +++ b/poetry.lock @@ -309,4 +309,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f129c1949d68b03dd2662374deb2b5292e91582f256e45148cbf945908838604" +content-hash = "28006c59428f911f365c709bd00e7fbf29963ffdcf3f21e7fefe7c03f61ffa46" diff --git a/pyproject.toml b/pyproject.toml index 43131b4..7cddb76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,9 @@ arcaflow-plugin-sdk = "^0.14.4" [tool.poetry.group.dev.dependencies] -black = "^24.0.0" -autoflake = "^2.0.2" -pydocstyle = "^6.3.0" +black = "24.10.0" +autoflake = "2.3.1" +pydocstyle = "6.3.0" [build-system] requires = ["poetry-core"] diff --git a/requirements.txt b/requirements.txt index 07fac8f..b6709ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -arcaflow-plugin-sdk==0.13.0 ; python_version >= "3.9" and python_version < "4.0" \ No newline at end of file +arcaflow-plugin-sdk==0.14.4 ; python_version >= "3.9" and python_version < "4.0" \ No newline at end of file