From b16ed038e527e0ac968b7589955ed4f253e83d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 10:46:14 +0100 Subject: [PATCH] build: bump structlog from 23.3.0 to 24.1.0 (#150) Bumps [structlog](https://github.com/hynek/structlog) from 23.3.0 to 24.1.0. - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/23.3.0...24.1.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da32efc3..73b53b71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "structlog==23.3.0", + "structlog==24.1.0", "httpx==0.26.0", "python-dotenv==1.0.0", "typer==0.9.0", @@ -58,7 +58,7 @@ python = ["3.10"] [tool.hatch.envs.default] dependencies = [ - "structlog==23.3.0", + "structlog==24.1.0", "httpx==0.26.0", "python-dotenv==1.0.0", "tenacity==8.2.3",