From 25258fad4c04fe3241773246322c6c47ef6d3b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:58:00 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [sqlitedict](https://github.com/piskvorky/sqlitedict) and [starlette](https://github.com/encode/starlette). Updates `sqlitedict` from 1.7.0 to 2.1.0 - [Release notes](https://github.com/piskvorky/sqlitedict/releases) - [Changelog](https://github.com/piskvorky/sqlitedict/blob/master/CHANGELOG.md) - [Commits](https://github.com/piskvorky/sqlitedict/compare/1.7.0...v2.1.0) Updates `starlette` from 0.39.1 to 0.40.0 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.39.1...0.40.0) --- updated-dependencies: - dependency-name: sqlitedict dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 6 +++--- requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 9b7c4941e6..ca87ea5b9e 100644 --- a/Pipfile +++ b/Pipfile @@ -26,7 +26,7 @@ kaggle = ">=1.6.14, <2.0.0, !=1.6.15" coolname = ">=2.2.0, <3.0.0" bokeh = ">=3.5.0, <4.0.0" beautifulsoup4 = ">=4.11.1, <5.0.0" -sqlitedict = "==1.7.0" +sqlitedict = "==2.1.0" sentencepiece = ">=0.1.96, <0.2.0" sacrebleu = "==2.0.0" toml = ">=0.10.2, <0.11.0" diff --git a/Pipfile.lock b/Pipfile.lock index bb9d282fd6..5b817aa0ee 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2da3bea005130c5715fb54fcd8fde71d1da47a7855b486d5a4a9bc423af7c446" + "sha256": "a41a6530e00daaf3fbe5d3a6679d5a8ca6df356bbf8798ed300b5c09e89d03f8" }, "pipfile-spec": 6, "requires": { @@ -3199,10 +3199,10 @@ }, "sqlitedict": { "hashes": [ - "sha256:2affcc301aacd4da7511692601ecbde392294205af418498f7d6d3ec0dbcad56" + "sha256:03d9cfb96d602996f1d4c2db2856f1224b96a9c431bdd16e78032a72940f9e8c" ], "index": "pypi", - "version": "==1.7.0" + "version": "==2.1.0" }, "starlette": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 2fce0c6cef..1376863446 100644 --- a/requirements.txt +++ b/requirements.txt @@ -152,8 +152,8 @@ smmap==5.0.1; python_version >= '3.7' sniffio==1.3.1; python_version >= '3.7' soupsieve==2.6; python_version >= '3.8' sqlalchemy==2.0.35; python_version >= '3.7' -sqlitedict==1.7.0 -starlette==0.39.1; python_version >= '3.8' +sqlitedict==2.1.0 +starlette==0.40.0; python_version >= '3.8' swagger-spec-validator==3.0.4; python_version >= '3.8' sympy==1.13.3; python_version >= '3.8' tabulate==0.9.0; python_version >= '3.7'