From 2818f92bb58ca1b979f4729a122b5347c0c66237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:38:02 +0200 Subject: [PATCH 1/2] build: bump tenacity from 8.2.3 to 8.3.0 (#191) Bumps [tenacity](https://github.com/jd/tenacity) from 8.2.3 to 8.3.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.2.3...8.3.0) --- updated-dependencies: - dependency-name: tenacity 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 8e8c277c..e26f9845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "httpx==0.27.0", "python-dotenv==1.0.1", "typer==0.12.3", - "tenacity==8.2.3", + "tenacity==8.3.0", "aiohttp==3.9.5", "aiofiles==23.2.1", "tabulate==0.9.0", @@ -60,7 +60,7 @@ dependencies = [ "structlog==24.1.0", "httpx==0.27.0", "python-dotenv==1.0.1", - "tenacity==8.2.3", + "tenacity==8.3.0", "aiohttp==3.9.5", "pyrate-limiter==3.6.0", ] 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 2/2] 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",