diff --git a/poetry.lock b/poetry.lock index 69f0798c6..ede5aa79f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -351,17 +351,17 @@ files = [ [[package]] name = "boto3" -version = "1.35.90" +version = "1.35.91" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.90-py3-none-any.whl", hash = "sha256:b0874233057995a8f0c813f5b45a36c09630e74c43d7a7c64db2feef2915d493"}, - {file = "boto3-1.35.90.tar.gz", hash = "sha256:dc56caaaab2157a4bfc109c88b50cd032f3ac66c06d17f8ee335b798eaf53e5c"}, + {file = "boto3-1.35.91-py3-none-any.whl", hash = "sha256:eecef248f8743ab30036cd9c916808a0892fc9036e1a35434d8222060c08bbd2"}, + {file = "boto3-1.35.91.tar.gz", hash = "sha256:ba391982f6cada136c5bba99e85d7fe1bc4e157c53a22a78e4aca35d1b39152e"}, ] [package.dependencies] -botocore = ">=1.35.90,<1.36.0" +botocore = ">=1.35.91,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -370,13 +370,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.90" +version = "1.35.91" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.90-py3-none-any.whl", hash = "sha256:51dcbe1b32e2ac43dac17091f401a00ce5939f76afe999081802009cce1e92e4"}, - {file = "botocore-1.35.90.tar.gz", hash = "sha256:f007f58e8e3c1ad0412a6ddfae40ed92a7bca571c068cb959902bcf107f2ae48"}, + {file = "botocore-1.35.91-py3-none-any.whl", hash = "sha256:93de9d0f52f7e36a2c190d55520d3b2654f32c5a628fdd484bffa00bc7865e1d"}, + {file = "botocore-1.35.91.tar.gz", hash = "sha256:7b0b9c5954701fff4d2c516918f45641b04ff4ca92bbd9f5b37c0b80f8c14220"}, ] [package.dependencies] @@ -3601,4 +3601,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "18a3a15c064cb8dfeda5385a7ca2db38443d3adb58920537caefe798b92d9113" +content-hash = "e2ee67860b989ce7cda75fa96b7744b6b9fe6382bf1905e84f4b624fc8cdca6d" diff --git a/pyproject.toml b/pyproject.toml index 31d17e2f1..cbc262814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ mlflow = {extras = ["extras", "pipelines"], version = "^2.19.0"} azure-storage-blob = "^12.24.0" google-cloud-storage = "^2.19.0" SQLAlchemy = "^2.0.36" -boto3 = "^1.35.90" +boto3 = "^1.35.91" psycopg2-binary = "^2.9.10" protobuf = "^5.29.2" PyMySQL = "^1.1.1"