diff --git a/poetry.lock b/poetry.lock index 0aa4b62..9a7013c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "arcaflow-plugin-sdk" @@ -136,13 +136,13 @@ test = ["coverage (>=7)", "hypothesis", "pytest"] [[package]] name = "certifi" -version = "2024.12.14" +version = "2025.1.31" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56"}, - {file = "certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db"}, + {file = "certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"}, + {file = "certifi-2025.1.31.tar.gz", hash = "sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"}, ] [[package]] @@ -628,4 +628,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a26056268b35d6a9c0818a4fb59471bc9a0053020b34bf012ae6fddf7a00168a" +content-hash = "c1f1e34cf6dae88e3e5caa6afdfbfa0dd49edbdd79ab436d148712cb8dd9b090" diff --git a/pyproject.toml b/pyproject.toml index 5b2c89d..c08f7c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ packages = [ python = "^3.9" arcaflow-plugin-sdk = "0.14.3" opensearch-py = "^2.0.0" -certifi = "^2024.0.0" +certifi = "^2025.0.0" # workaround for: https://github.com/python-poetry/poetry-plugin-export/issues/183 # required until Python 3.10: https://github.com/opensearch-project/opensearch-py/blob/a24b9f3f3cccd779ef0d9b1161ce8ce518717d10/setup.py#L57-L58 urllib3 = ">=1.25.4,<1.27"