From 347286c1c455623d487d0233015f0acb65ff5fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:28:50 +0000 Subject: [PATCH 1/2] chore(deps): bump squidfunk/mkdocs-material from `876b39c` to `9af3b7e` in /docs (#3486) chore(deps): bump squidfunk/mkdocs-material in /docs Bumps squidfunk/mkdocs-material from `876b39c` to `9af3b7e`. --- updated-dependencies: - dependency-name: squidfunk/mkdocs-material dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 242917430f1..a42edd8ed36 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,5 +1,5 @@ # v9.1.18 -FROM squidfunk/mkdocs-material@sha256:876b39cd990973a8cc421ef7321d0b000289db9cb9b19d9df9186e4f6f705996 +FROM squidfunk/mkdocs-material@sha256:9af3b7e58f88c46d85fd3abfd2a8abad2bd157a8baa5ad8303d43ce0bdf098bb # pip-compile --generate-hashes --output-file=requirements.txt requirements.in COPY requirements.txt /tmp/ RUN pip install --require-hashes -r /tmp/requirements.txt From 58000a344127fd7472857cf4ec46dce911845207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:34:32 +0000 Subject: [PATCH 2/2] chore(deps-dev): bump cfn-lint from 0.83.4 to 0.83.5 (#3487) Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.83.4 to 0.83.5. - [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-cloudformation/cfn-python-lint/compare/v0.83.4...v0.83.5) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leandro Damascena --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f5da59a33b..b74d234007d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -503,17 +503,17 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "0.83.4" +version = "0.83.5" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.7, <=4.0, !=4.0" files = [ - {file = "cfn-lint-0.83.4.tar.gz", hash = "sha256:fe386419ec2c92ffd795a9d1e1bea8131c9c8fae90e7a823f43da2fff82e9af7"}, - {file = "cfn_lint-0.83.4-py3-none-any.whl", hash = "sha256:5e9409e950590c772696a5298fb1dde7d22ca2da431fc6b8dd2de96434a964b7"}, + {file = "cfn-lint-0.83.5.tar.gz", hash = "sha256:97ed0b36f77defba9fe843d2401160c7bb2a81dd4478dd17859bac9f027da311"}, + {file = "cfn_lint-0.83.5-py3-none-any.whl", hash = "sha256:91145a94968f0f3c0095fcc4366602efb3b9f5eee413171845f298fa1227e0fa"}, ] [package.dependencies] -aws-sam-translator = ">=1.80.0" +aws-sam-translator = ">=1.81.0" jschema-to-python = ">=1.2.3,<1.3.0" jsonpatch = "*" jsonschema = ">=3.0,<5" @@ -3232,4 +3232,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "f2ab5f7bf9528b67c376a73ab98b77c67042c86d189908eabc804454c33c87db" +content-hash = "8901941975bd340c94df49bd83f4307cff0e4522c27ee3049c42b05f9fd4f466" diff --git a/pyproject.toml b/pyproject.toml index ba64fab3e95..3fdeba6ebc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ datadog = ["datadog-lambda"] datamasking-aws-sdk = ["aws-encryption-sdk"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.83.4" +cfn-lint = "0.83.5" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"