From 4c6c1eeb256c9d153b79a5ff9e2c50d3b6b692d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 04:47:49 +0000 Subject: [PATCH] Deps: Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [autohooks](https://github.com/greenbone/autohooks), [astroid](https://github.com/pylint-dev/astroid), [certifi](https://github.com/certifi/python-certifi) and [platformdirs](https://github.com/platformdirs/platformdirs). Updates `autohooks` from 24.1.0 to 24.1.1 - [Release notes](https://github.com/greenbone/autohooks/releases) - [Commits](https://github.com/greenbone/autohooks/compare/v24.1.0...v24.1.1) Updates `astroid` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v3.0.2...v3.0.3) Updates `certifi` from 2023.11.17 to 2024.2.2 - [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.02.02) Updates `platformdirs` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.1.0...4.2.0) --- updated-dependencies: - dependency-name: autohooks dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: astroid dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: certifi dependency-type: indirect update-type: version-update:semver-major dependency-group: dependencies - dependency-name: platformdirs dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index 18e78c8..b175ea0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -24,13 +24,13 @@ trio = ["trio (>=0.23)"] [[package]] name = "astroid" -version = "3.0.2" +version = "3.0.3" description = "An abstract syntax tree for Python with inference support." optional = false python-versions = ">=3.8.0" files = [ - {file = "astroid-3.0.2-py3-none-any.whl", hash = "sha256:d6e62862355f60e716164082d6b4b041d38e2a8cf1c7cd953ded5108bac8ff5c"}, - {file = "astroid-3.0.2.tar.gz", hash = "sha256:4a61cf0a59097c7bb52689b0fd63717cd2a8a14dc9f1eee97b82d814881c8c91"}, + {file = "astroid-3.0.3-py3-none-any.whl", hash = "sha256:92fcf218b89f449cdf9f7b39a269f8d5d617b27be68434912e11e79203963a17"}, + {file = "astroid-3.0.3.tar.gz", hash = "sha256:4148645659b08b70d72460ed1921158027a9e53ae8b7234149b1400eddacbb93"}, ] [package.dependencies] @@ -38,18 +38,19 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} [[package]] name = "autohooks" -version = "24.1.0" +version = "24.1.1" description = "Library for managing git hooks" optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "autohooks-24.1.0-py3-none-any.whl", hash = "sha256:a3f253b764a2bfb5a0f257c973e5d8b603aac8cdbbeddc78a4b9a8e0e9098193"}, - {file = "autohooks-24.1.0.tar.gz", hash = "sha256:0d6e2c8f564f752c916e93e31c4e528a715245cf1043f02f6b5b02e1a333be37"}, + {file = "autohooks-24.1.1-py3-none-any.whl", hash = "sha256:f4b1d6c1351c8e66cf3c8d4491b7bfa906c8e7d4cc0f25d3408501f6e94c5733"}, + {file = "autohooks-24.1.1.tar.gz", hash = "sha256:f9df4c0bffd0b98e0645f529708dd72640134fb0ddd7ee139945d0751e28c7b6"}, ] [package.dependencies] pontos = ">=22.8.0" rich = ">=12.5.1" +shtab = ">=1.6.5" tomlkit = ">=0.5.11" [[package]] @@ -145,13 +146,13 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "certifi" -version = "2023.11.17" +version = "2024.2.2" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, - {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, + {file = "certifi-2024.2.2-py3-none-any.whl", hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"}, + {file = "certifi-2024.2.2.tar.gz", hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f"}, ] [[package]] @@ -626,18 +627,18 @@ files = [ [[package]] name = "platformdirs" -version = "4.1.0" +version = "4.2.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." optional = false python-versions = ">=3.8" files = [ - {file = "platformdirs-4.1.0-py3-none-any.whl", hash = "sha256:11c8f37bcca40db96d8144522d925583bdb7a31f7b0e37e3ed4318400a8e2380"}, - {file = "platformdirs-4.1.0.tar.gz", hash = "sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420"}, + {file = "platformdirs-4.2.0-py3-none-any.whl", hash = "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068"}, + {file = "platformdirs-4.2.0.tar.gz", hash = "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768"}, ] [package.extras] -docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.1)", "sphinx-autodoc-typehints (>=1.24)"] -test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-cov (>=4.1)", "pytest-mock (>=3.11.1)"] +docs = ["furo (>=2023.9.10)", "proselint (>=0.13)", "sphinx (>=7.2.6)", "sphinx-autodoc-typehints (>=1.25.2)"] +test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4.3)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)"] [[package]] name = "pontos" @@ -748,6 +749,20 @@ files = [ {file = "semver-3.0.2.tar.gz", hash = "sha256:6253adb39c70f6e51afed2fa7152bcd414c411286088fb4b9effb133885ab4cc"}, ] +[[package]] +name = "shtab" +version = "1.6.5" +description = "Automagic shell tab completion for Python CLI applications" +optional = false +python-versions = ">=3.7" +files = [ + {file = "shtab-1.6.5-py3-none-any.whl", hash = "sha256:3c7be25ab65a324ed41e9c2964f2146236a5da6e6a247355cfea56f65050f220"}, + {file = "shtab-1.6.5.tar.gz", hash = "sha256:cf4ab120183e84cce041abeb6f620f9560739741dfc31dd466315550c08be9ec"}, +] + +[package.extras] +dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout"] + [[package]] name = "six" version = "1.16.0"