diff --git a/poetry.lock b/poetry.lock index 47236c5..30f954b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -431,14 +431,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs" -version = "1.39.9" -description = "Type annotations for boto3 1.39.9 generated with mypy-boto3-builder 8.11.0" +version = "1.39.14" +description = "Type annotations for boto3 1.39.14 generated with mypy-boto3-builder 8.11.0" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "boto3_stubs-1.39.9-py3-none-any.whl", hash = "sha256:eb6541391a737a2c4c2f66c36a6bf7b4d69fe9669da21bd60855c30f514fab2d"}, - {file = "boto3_stubs-1.39.9.tar.gz", hash = "sha256:9dea0d8c2db60244b2902ce2442b392fbe20ca69638251a02d475279c7de32da"}, + {file = "boto3_stubs-1.39.14-py3-none-any.whl", hash = "sha256:28270e752243742493295777f62afca7c7f18ae6ff71ad1feb3ff927e79c95ef"}, + {file = "boto3_stubs-1.39.14.tar.gz", hash = "sha256:34d89022be097442f02bd4e9a1fe75803cb6b5a3f6b4763bb6a5ebd7dd6d7dc9"}, ] [package.dependencies] @@ -498,7 +498,7 @@ bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime ( bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.39.0,<1.40.0)"] billing = ["mypy-boto3-billing (>=1.39.0,<1.40.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.39.0,<1.40.0)"] -boto3 = ["boto3 (==1.39.9)"] +boto3 = ["boto3 (==1.39.14)"] braket = ["mypy-boto3-braket (>=1.39.0,<1.40.0)"] budgets = ["mypy-boto3-budgets (>=1.39.0,<1.40.0)"] ce = ["mypy-boto3-ce (>=1.39.0,<1.40.0)"] @@ -2972,14 +2972,14 @@ pyyaml = ">=5.1" [[package]] name = "mkdocstrings" -version = "0.30.0" +version = "0.29.1" description = "Automatic documentation from sources, for MkDocs." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "mkdocstrings-0.30.0-py3-none-any.whl", hash = "sha256:ae9e4a0d8c1789697ac776f2e034e2ddd71054ae1cf2c2bb1433ccfd07c226f2"}, - {file = "mkdocstrings-0.30.0.tar.gz", hash = "sha256:5d8019b9c31ddacd780b6784ffcdd6f21c408f34c0bd1103b5351d609d5b4444"}, + {file = "mkdocstrings-0.29.1-py3-none-any.whl", hash = "sha256:37a9736134934eea89cbd055a513d40a020d87dfcae9e3052c2a6b8cd4af09b6"}, + {file = "mkdocstrings-0.29.1.tar.gz", hash = "sha256:8722f8f8c5cd75da56671e0a0c1bbed1df9946c0cef74794d6141b34011abd42"}, ] [package.dependencies] @@ -7357,4 +7357,4 @@ tracing = [] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "caaa4e0a1ea3922e63552425a38fa9d21c80393618f0af547c27bc230c7f8974" +content-hash = "f89b57179a89ba18d1d0cf3cbc8785348925eabc3b921147c0bbf80326f987f7" diff --git a/pyproject.toml b/pyproject.toml index 3657640..16dbbee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pytest-asyncio = "^1.0.0" types-colorama = "^0.4.15.20240311" types-requests = "2.32.4.20250611" beautifulsoup4 = "^4.13.4" -mkdocstrings = {extras = ["python"], version = "^0.30.0"} +mkdocstrings = {extras = ["python"], version = "^0.29.1"} markdown = "^3.8" markdownify = "^1.1.0"