From c87c60ed7269467bb1865fdd4c5f0bba958c7790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:09:22 +0000 Subject: [PATCH] build(deps): bump itables from 2.7.0 to 2.7.1 Bumps [itables](https://github.com/mwouts/itables) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/mwouts/itables/releases) - [Changelog](https://github.com/mwouts/itables/blob/main/docs/changelog.md) - [Commits](https://github.com/mwouts/itables/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: itables dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2965d938..346f47086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "cloudscraper==1.2.71", "crowdin-api-client==1.26.0", "ipython==9.11.0", - "itables==2.7.0", + "itables==2.7.1", "notebook==7.5.4", "pandas==3.0.1", "pillow==12.1.1",