From e818ff767b3a7c9700a3b3806275cefcf0bb992e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:25:19 +0000 Subject: [PATCH] deps: bump pybind11 from 2.9.2 to 2.13.6 in /models/fasttext Bumps [pybind11](https://github.com/pybind/pybind11) from 2.9.2 to 2.13.6. - [Release notes](https://github.com/pybind/pybind11/releases) - [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.rst) - [Commits](https://github.com/pybind/pybind11/compare/v2.9.2...v2.13.6) --- updated-dependencies: - dependency-name: pybind11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- models/fasttext/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/fasttext/requirements.txt b/models/fasttext/requirements.txt index 6d3d842..f236f93 100644 --- a/models/fasttext/requirements.txt +++ b/models/fasttext/requirements.txt @@ -1,3 +1,3 @@ fasttext==0.9.2 numpy==1.22.3 -pybind11==2.9.2 +pybind11==2.13.6