diff --git a/pyproject.toml b/pyproject.toml index e26f9845..835ee01e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "structlog==24.1.0", + "structlog==24.2.0", "httpx==0.27.0", "python-dotenv==1.0.1", "typer==0.12.3", @@ -57,7 +57,7 @@ python = ["3.10"] [tool.hatch.envs.default] dependencies = [ - "structlog==24.1.0", + "structlog==24.2.0", "httpx==0.27.0", "python-dotenv==1.0.1", "tenacity==8.3.0",