From f971fb7d00c4f355ae73f5658b9a0d4e6f3e0c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:41:35 +0000 Subject: [PATCH] deps: update croniter requirement from <3.0.0,>=2.0.0 to >=2.0.0,<7.0.0 Updates the requirements on [croniter](https://github.com/pallets-eco/croniter) to permit the latest version. - [Changelog](https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pallets-eco/croniter/compare/2.0.0...6.0.0) --- updated-dependencies: - dependency-name: croniter dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cece53b..123e858 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ # Security scanning - Layer 3 NER-based PII detection (SPEC-009) "spacy>=3.8.0,<4.0.0", # Cron schedule parsing for evaluator-scheduler daemon (S-16.5, DEC-110) - "croniter>=2.0.0,<3.0.0", + "croniter>=2.0.0,<7.0.0", # LLM Observability — Langfuse tracing (SPEC-020, PLAN-008) "langfuse>=3.0,<4.0.0", # Auto-instrumentation for Anthropic SDK calls (SPEC-020 §6) diff --git a/requirements.txt b/requirements.txt index 3900ff1..186b2bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ detect-secrets>=1.4.0 spacy>=3.8.0,<4.0.0 # Cron schedule parsing for evaluator-scheduler daemon (S-16.5, DEC-110) -croniter>=2.0.0,<3.0.0 +croniter>=2.0.0,<7.0.0 # LLM Observability — Langfuse tracing (SPEC-020, PLAN-008) langfuse>=3.0,<4.0.0