From f2c30f4e913d154c24e497f87494c12acc35a780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:38:25 +0200 Subject: [PATCH] build: bump structlog from 24.1.0 to 24.2.0 (#195) Bumps [structlog](https://github.com/hynek/structlog) from 24.1.0 to 24.2.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/24.1.0...24.2.0) --- updated-dependencies: - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rohan Janjua --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",