diff --git a/pyproject.toml b/pyproject.toml index 65c80d60..9e21231d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "pydantic>=2.0.0,<3.0.0", "typing-extensions>=4.0.0,<5.0.0", "python-dotenv>=1.0.0,<2.0.0", - "structlog>=23.0.0,<25.0.0", + "structlog>=23.0.0,<26.0.0", "defusedxml>=0.7.0,<1.0.0", "rich>=13.0.0,<14.0.0", # Beautiful CLI output "typer>=0.9.0,<1.0.0", # Better CLI commands diff --git a/requirements.txt b/requirements.txt index ed02915d..8cd5f136 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ pydantic>=2.0.0,<3.0.0 typing-extensions>=4.0.0,<5.0.0 python-dotenv>=1.0.0,<2.0.0 -structlog>=23.0.0,<25.0.0 +structlog>=23.0.0,<26.0.0 httpx>=0.27.0,<1.0.0