From a39e8e370a43ab03ce0a9b80e3a4e5e39e1204c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:42:48 +0000 Subject: [PATCH] build(deps): Bump gitlike-commands from 0.2.1 to 0.3.0 Bumps [gitlike-commands](https://github.com/unixorn/gitlike-commands) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/unixorn/gitlike-commands/releases) - [Commits](https://github.com/unixorn/gitlike-commands/compare/v0.2.1...v0.3.0) --- updated-dependencies: - dependency-name: gitlike-commands dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6ddce12..2da78b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "black" @@ -156,13 +156,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "gitlike-commands" -version = "0.2.1" -description = "" +version = "0.3.0" +description = "Makes driver scripts that enable git-like commands so that foo bar will run foo-bar" optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "gitlike-commands-0.2.1.tar.gz", hash = "sha256:0e930493b36f970d41b10a692d94f0024fdd73ff35a264c0366b4363cccf5907"}, - {file = "gitlike_commands-0.2.1-py3-none-any.whl", hash = "sha256:f0a7da49eb9ee5da1171f4a19ca5abecfaeebfd1fb87b0a16a552ca825c44eb7"}, + {file = "gitlike_commands-0.3.0-py3-none-any.whl", hash = "sha256:c262f8f532639ec8558369bdc2cd904bd0b65638834ed333c42a51be69578f21"}, + {file = "gitlike_commands-0.3.0.tar.gz", hash = "sha256:72f4e65239cb6a4a2c614867c5f914b5d5994edd2863335515b543689b01ff70"}, ] [[package]] @@ -486,6 +486,7 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, @@ -607,4 +608,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<4.0" -content-hash = "19d9cb90b7979c8fd57753dd1f039e936f210a0447ddf4c8f52b6d05343ff605" +content-hash = "41050c0f8acc42c6a973e9354761e9eba8ab58210cd9fabc95f00753b45ad0c7" diff --git a/pyproject.toml b/pyproject.toml index a72e899..1a84ec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "ha_mqtt_discoverable"}] python = ">=3.10.0,<4.0" pyaml = "^21.10.1" paho-mqtt = "^1.6.1" -gitlike-commands = "^0.2.1" +gitlike-commands = ">=0.2.1,<0.4.0" thelogrus = "^0.7.0" pydantic = "^1.10.5"