diff --git a/poetry.lock b/poetry.lock index 9831e17..197a6f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -896,25 +896,24 @@ files = [ [[package]] name = "multi-repo-automation" -version = "1.3.0" +version = "1.4.0" description = "Library for automation updates on multiple repositories." optional = false python-versions = ">=3.9" files = [ - {file = "multi_repo_automation-1.3.0-py3-none-any.whl", hash = "sha256:aea5b368bfcab3ccf488d55066d88ace08d709d16b8d7e9f72a15b0512e729a6"}, - {file = "multi_repo_automation-1.3.0.tar.gz", hash = "sha256:f9fdbd78f83a3a71d61515dcda6309ad84529eec662107b52642d038f2fca4a8"}, + {file = "multi_repo_automation-1.4.0-py3-none-any.whl", hash = "sha256:40134d1bb84759fe03e1f213635bf21979075a39118bea372830a6b949dc1c2e"}, + {file = "multi_repo_automation-1.4.0.tar.gz", hash = "sha256:849586256e8faf481dffc4d8fe5c6414f20fa5538ad2e5a22cc533ef1d3fe2fd"}, ] [package.dependencies] configupdater = "*" identify = "*" -idna = "*" json5 = "*" PyYAML = "*" requests = "*" "ruamel.yaml" = "*" +security_md = "*" tomlkit = "*" -typing_extensions = "*" [package.extras] update-stabilization-branches = ["c2cciutils"] @@ -2218,4 +2217,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "6d01ee17306b54d746d5638ee00f1b9d64e39e69a257dd240185582f64eb6d58" +content-hash = "3aeda16d2d2261cf1e06db2cee8a7bafd2afb69feaad67e8bf8478b28e3daa3e" diff --git a/pyproject.toml b/pyproject.toml index ba92f22..476f0b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ security-md = "0.2.3" application-download = "0.0.1.dev3" PyGithub = "2.4.0" debian-inspector = "31.1.0" -multi-repo-automation = "1.3.0" +multi-repo-automation = "1.4.0" [tool.poetry.group.dev.dependencies] prospector = { version = "1.12.1", extras = ["with-bandit", "with-mypy", "with-pyroma"] }