From 78038589e7b9b0015f0e38cd0a27315f8766cef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:42:41 +0000 Subject: [PATCH] Build(deps): Update pueblo requirement from >=0.0.18 to >=0.0.19 Updates the requirements on [pueblo](https://github.com/pyveci/pueblo) to permit the latest version. - [Release notes](https://github.com/pyveci/pueblo/releases) - [Changelog](https://github.com/pyveci/pueblo/blob/main/CHANGES.md) - [Commits](https://github.com/pyveci/pueblo/compare/v0.0.18...v0.0.19) --- updated-dependencies: - dependency-name: pueblo dependency-version: 0.0.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c142752e..4bfd0685 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Production. -pueblo[ngr]>=0.0.18 +pueblo[ngr]>=0.0.19 # Development. # pueblo @ git+https://github.com/pyveci/pueblo.git@main