From a8b5005066f03bd1bcdbc49c139622cf986d44c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:00:20 +0000 Subject: [PATCH] Bump smart-open[s3] from 7.0.5 to 7.1.0 in /api Bumps [smart-open[s3]](https://github.com/piskvorky/smart_open) from 7.0.5 to 7.1.0. - [Release notes](https://github.com/piskvorky/smart_open/releases) - [Changelog](https://github.com/piskvorky/smart_open/blob/develop/CHANGELOG.md) - [Commits](https://github.com/piskvorky/smart_open/compare/v7.0.5...v7.1.0) --- updated-dependencies: - dependency-name: smart-open[s3] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/pyproject.toml | 2 +- api/requirements.txt | 6 +++--- api/tests/requirements.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 00a6be5b..af2000b4 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -10,7 +10,7 @@ authors = [ requires-python = "==3.12.*" dependencies = [ "fastapi[standard]==0.115.*", - "smart-open[s3]==7.0.*" + "smart-open[s3]==7.1.*" ] [project.optional-dependencies] diff --git a/api/requirements.txt b/api/requirements.txt index 954dedd7..5c1457e5 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -400,9 +400,9 @@ six==1.17.0 \ --hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \ --hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81 # via python-dateutil -smart-open[s3]==7.0.5 \ - --hash=sha256:8523ed805c12dff3eaa50e9c903a6cb0ae78800626631c5fe7ea073439847b89 \ - --hash=sha256:d3672003b1dbc85e2013e4983b88eb9a5ccfd389b0d4e5015f39a9ee5620ec18 +smart-open[s3]==7.1.0 \ + --hash=sha256:4b8489bb6058196258bafe901730c7db0dcf4f083f316e97269c66f45502055b \ + --hash=sha256:a4f09f84f0f6d3637c6543aca7b5487438877a21360e7368ccf1f704789752ba # via pavi-api (pyproject.toml) sniffio==1.3.1 \ --hash=sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2 \ diff --git a/api/tests/requirements.txt b/api/tests/requirements.txt index 547b3e27..4a0c71e3 100644 --- a/api/tests/requirements.txt +++ b/api/tests/requirements.txt @@ -554,9 +554,9 @@ six==1.17.0 \ --hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \ --hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81 # via python-dateutil -smart-open[s3]==7.0.5 \ - --hash=sha256:8523ed805c12dff3eaa50e9c903a6cb0ae78800626631c5fe7ea073439847b89 \ - --hash=sha256:d3672003b1dbc85e2013e4983b88eb9a5ccfd389b0d4e5015f39a9ee5620ec18 +smart-open[s3]==7.1.0 \ + --hash=sha256:4b8489bb6058196258bafe901730c7db0dcf4f083f316e97269c66f45502055b \ + --hash=sha256:a4f09f84f0f6d3637c6543aca7b5487438877a21360e7368ccf1f704789752ba # via pavi-api (pyproject.toml) sniffio==1.3.1 \ --hash=sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2 \