From c8cfde50a6194bd7656e281bb3de066c5a11ab73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:59:16 +0000 Subject: [PATCH] build(deps): bump sebaubuntu-libs from 1.3.4 to 1.3.5 Bumps [sebaubuntu-libs](https://github.com/sebaubuntu-python/sebaubuntu_libs) from 1.3.4 to 1.3.5. - [Commits](https://github.com/sebaubuntu-python/sebaubuntu_libs/compare/v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: sebaubuntu-libs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6f5c63c..2cf2945 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 = "certifi" @@ -167,20 +167,23 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "sebaubuntu-libs" -version = "1.3.4" +version = "1.3.5" description = "SebaUbuntu's shared libs" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "sebaubuntu_libs-1.3.4-py3-none-any.whl", hash = "sha256:1547a822dab912b8608ea9c3e5735e5651a8082993e69dc7fbbed46a52e42a26"}, - {file = "sebaubuntu_libs-1.3.4.tar.gz", hash = "sha256:0aae364d077a0d9244bdd7c76f597e267466c59e0209832b3fe2c5ee1811baf4"}, + {file = "sebaubuntu_libs-1.3.5-py3-none-any.whl", hash = "sha256:bfbaa7c8ea10c1abbe943e692724e70c157e40837b951370290e436a7c57b40d"}, + {file = "sebaubuntu_libs-1.3.5.tar.gz", hash = "sha256:22995b20de8b04361a60b089d72c85b90dbedde0faf6ecbfe3b6356cc38cee9f"}, ] [package.dependencies] GitPython = ">=3.1.27,<4.0.0" -pyelftools = ">=0.29,<0.30" +pyelftools = ">=0.29,<0.31" requests = ">=2.28.1,<3.0.0" +[package.extras] +docs = ["sphinx (>=5.0.1,<8.0.0)", "sphinx-rtd-theme (>=1,<3)"] + [[package]] name = "smmap" version = "5.0.0"