diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6830616..b928907 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,6 +36,6 @@ repos: hooks: - id: shellcheck - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.43.0 hooks: - id: markdownlint diff --git a/pyproject.toml b/pyproject.toml index 36223c2..c1353b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ arcaflow-plugin-sdk = "^0.14.1" boto3 = "1.35.*" moto = "5.0.*" # workaround for: https://github.com/python-poetry/poetry-plugin-export/issues/183 -urllib3 = ">=1.25.4,<1.27" +urllib3 = ">=2.2.3,<2.3" [tool.poetry.dev-dependencies] docformatter = "^1.5.0"