From 41562ba874171bbea9ce1eb236e6ee363ee20110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 07:13:40 +0000 Subject: [PATCH] chore(deps-dev): update ipykernel requirement Updates the requirements on [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version. - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.29.5...v7.1.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 242011d..e48a66b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ target-redshift = "target_redshift.target:TargetRedshift.cli" dev = [ "pytest>=7.4.0", "singer-sdk[testing]~=0.44.3", - "ipykernel>=6.29.5,<7", + "ipykernel>=6.29.5,<8", ] [build-system]