From d578906795f0ac7f3fbf875f1caa8b8807c96269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:19:01 +0000 Subject: [PATCH] Bump narwhals from 1.21.1 to 1.22.0 Bumps [narwhals](https://github.com/narwhals-dev/narwhals) from 1.21.1 to 1.22.0. - [Release notes](https://github.com/narwhals-dev/narwhals/releases) - [Commits](https://github.com/narwhals-dev/narwhals/compare/v1.21.1...v1.22.0) --- updated-dependencies: - dependency-name: narwhals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb8f7e0..9f9cff5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ jsonschema-specifications==2024.10.1; python_version >= '3.9' markdown-it-py==3.0.0; python_version >= '3.8' markupsafe==3.0.2; python_version >= '3.9' mdurl==0.1.2; python_version >= '3.7' -narwhals==1.21.1; python_version >= '3.8' +narwhals==1.22.0; python_version >= '3.8' numpy==2.2.1; python_version >= '3.10' packaging==24.2; python_version >= '3.8' pandas==2.2.3; python_version >= '3.9'