From 17b46599afbaf89febb0e12f1f68556a549ac55c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 00:30:45 +0000 Subject: [PATCH] Bump pybind11 from 2.10.0 to 2.10.1 Bumps [pybind11](https://github.com/pybind/pybind11) from 2.10.0 to 2.10.1. - [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.10.0...v2.10.1) --- updated-dependencies: - dependency-name: pybind11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 442c412c..535dff4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ wheel twine cibuildwheel==2.11.1 pytest -pybind11==2.10.0 +pybind11==2.10.1 cmake scikit-build packaging \ No newline at end of file