From 8a28f3f9f259bcb59dd5a43f7be3f8fe13cf171c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:33:08 +0000 Subject: [PATCH] build(deps-dev): bump pylacus from 1.24.0 to 1.24.1 Bumps pylacus from 1.24.0 to 1.24.1. --- updated-dependencies: - dependency-name: pylacus dependency-version: 1.24.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c771f1..941632a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -942,20 +942,20 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylacus" -version = "1.24.0" +version = "1.24.1" description = "Python CLI and module for lacus" optional = true python-versions = "<3.15,>=3.10" groups = ["main"] markers = "extra == \"examples\"" files = [ - {file = "pylacus-1.24.0-py3-none-any.whl", hash = "sha256:bca5a0c4d09c920cad5bb17ecab8fae75615f040f68efaac12a994e21f01d54b"}, - {file = "pylacus-1.24.0.tar.gz", hash = "sha256:455f8d8ec653644b30acdd79105f3e624f1c708fe59cb5ca83a9938401da977e"}, + {file = "pylacus-1.24.1-py3-none-any.whl", hash = "sha256:196256708968f0b9e6aba11002ea02724c943c65d4378585a1206f5bfb3bed48"}, + {file = "pylacus-1.24.1.tar.gz", hash = "sha256:18f350e4da2ad3493ec8da890cae31ed45082a9bb9790d1514b4876846e760d3"}, ] [package.dependencies] deprecated = {version = ">=1.3.1,<2.0.0", markers = "python_version < \"3.13\""} -lookyloo-models = ">=0.2.1" +lookyloo-models = ">=0.2.2" pydantic = ">=2.12.5,<3.0.0" requests = ">=2.33.1" urllib3 = ">=2.6.3,<3.0.0" @@ -1682,4 +1682,4 @@ examples = ["pylacus"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "fa3efff404b973b704bb027a131a6acd18cdaa7b51ad8b57bd6505305d0cc2ed" +content-hash = "95f290894ee89889839c1fc6f592cc72c68a265a866ab1b8ba489d6fcb58b106" diff --git a/pyproject.toml b/pyproject.toml index c2935cc..b1a487d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ lookyloo = 'pylookyloo:main' [project.optional-dependencies] docs = ["sphinx (>=9.1.0) ; python_version >= \"3.12\""] -examples = ["pylacus (>=1.24.0)"] +examples = ["pylacus (>=1.24.1)"] [tool.poetry.group.dev.dependencies] mypy = "^1.20.2"