From 61f29dd2c48921603d0d48341782b1c2a5f2ea89 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Mon, 25 Nov 2024 08:18:47 +0800 Subject: [PATCH] Update all dependencies Signed-off-by: redhat-renovate-bot --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"