Skip to content

Commit 3c33792

Browse files
Build(deps): bump the pip-deps group in /requirements with 2 updates (#310)
Bumps the pip-deps group in /requirements with 2 updates: [pybind11[global]](https://github.com/pybind/pybind11) and [pandas](https://github.com/pandas-dev/pandas). Updates `pybind11[global]` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/pybind/pybind11/releases) - [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.md) - [Commits](pybind/pybind11@v3.0.1...v3.0.2) Updates `pandas` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pybind11[global] dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: pandas dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0194a3 commit 3c33792

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/requirements_build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
setuptools>=41.0.0,<83
22
wheel>=0.33.0,<0.47
3-
pybind11[global]==3.0.1
3+
pybind11[global]==3.0.2
44
demo_eigen_wrapper==0.0.1
55
Click>=7.0
66
Flask==3.0.3

requirements/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sphinx-gallery==0.20.0
1111
sphinx-notfound-page==1.1.0
1212
sphinxcontrib-websupport==2.0.0
1313
sphinxemoji==0.3.2
14-
pandas==3.0.0
14+
pandas==3.0.1
1515
pandoc>=2.1
1616
matplotlib==3.10.8
1717
breathe>=4.33.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
setuptools>=41.0.0,<83
22
wheel>=0.33.0,<0.47
33
numpy>=1.21.5
4-
pybind11[global]==3.0.1
4+
pybind11[global]==3.0.2

0 commit comments

Comments
 (0)