From ba12fa1d740e1269f11535d528bdf14b9509caa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 06:11:29 +0000 Subject: [PATCH 1/3] Bump opensearch-py[async] from 2.6.0 to 2.7.1 Bumps [opensearch-py[async]](https://github.com/opensearch-project/opensearch-py) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/opensearch-project/opensearch-py/releases) - [Changelog](https://github.com/opensearch-project/opensearch-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/opensearch-project/opensearch-py/compare/v2.6.0...v2.7.1) --- updated-dependencies: - dependency-name: opensearch-py[async] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c170ec4d..e8e181be 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "aiofiles==24.1.0", "aiohttp[speedups]==3.10.2", "elasticsearch[async]==8.14.0", - "opensearch-py[async]==2.6.0", + "opensearch-py[async]==2.7.1", "boto3>=1.34.144,<1.35.0", "fastapi==0.112.0", "uvicorn[standard]==0.30.5", From 7f47b894b59edd5b1f305e6f9024966b45a7c669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 06:21:40 +0000 Subject: [PATCH 2/3] Bump rigour from 0.5.3 to 0.6.1 Bumps [rigour](https://github.com/opensanctions/rigour) from 0.5.3 to 0.6.1. - [Commits](https://github.com/opensanctions/rigour/compare/v0.5.3...v0.6.1) --- updated-dependencies: - dependency-name: rigour dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c170ec4d..75280375 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires=[ "followthemoney==3.7.0", "nomenklatura==3.13.0", - "rigour==0.5.3", + "rigour==0.6.1", "asyncstdlib==3.12.4", "aiocron==1.8", "aiocsv==1.3.2", From 6cec540cd10674b33709f90470d174ee890e606d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:54:16 +0000 Subject: [PATCH 3/3] Bump httpx[http2] from 0.27.0 to 0.27.2 Bumps [httpx[http2]](https://github.com/encode/httpx) from 0.27.0 to 0.27.2. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.0...0.27.2) --- updated-dependencies: - dependency-name: httpx[http2] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c170ec4d..dc796644 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "boto3>=1.34.144,<1.35.0", "fastapi==0.112.0", "uvicorn[standard]==0.30.5", - "httpx[http2]==0.27.0", + "httpx[http2]==0.27.2", "python-multipart==0.0.9", "email-validator==2.2.0", "structlog==24.4.0",