From 1fcdb96d9b3ff5bda745fc9440d87a4bec8aa351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 22:49:13 +0000 Subject: [PATCH 1/2] Bump sphinx-csv-filter from 0.4.1 to 0.4.2 in /core Bumps [sphinx-csv-filter](https://github.com/crate/sphinx_csv_filter) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/crate/sphinx_csv_filter/releases) - [Changelog](https://github.com/crate/sphinx_csv_filter/blob/main/CHANGES.txt) - [Commits](https://github.com/crate/sphinx_csv_filter/compare/0.4.1...0.4.2) --- updated-dependencies: - dependency-name: sphinx-csv-filter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index 921b5f2d1e..5959931fab 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -89,7 +89,7 @@ docs = [ "sphinx == 7.3.7", "sphinx_tabs == 3.4.5", "sphinx-autobuild == 2024.4.16", - "sphinx-csv-filter == 0.4.1", + "sphinx-csv-filter == 0.4.2", "sphinx-copybutton == 0.5.2", "sphinx-toolbox == 3.8.0", "sphinxcontrib-spelling == 8.0.0", From 854111fdb874d28eb581e5d89772b76e9e006f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 22:49:26 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2783.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2783.misc.rst diff --git a/changes/2783.misc.rst b/changes/2783.misc.rst new file mode 100644 index 0000000000..7367c17b70 --- /dev/null +++ b/changes/2783.misc.rst @@ -0,0 +1 @@ +Updated sphinx-csv-filter from 0.4.1 to 0.4.2 in /core.