From d2495137ea2b3ad428132ef5cff16f3abf130837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 03:18:41 +0000 Subject: [PATCH] chore(deps-dev): bump @nxlv/python from 20.2.0 to 20.13.3 Bumps [@nxlv/python](https://github.com/lucasvieirasilva/nx-plugins/tree/HEAD/packages/nx-python) from 20.2.0 to 20.13.3. - [Release notes](https://github.com/lucasvieirasilva/nx-plugins/releases) - [Changelog](https://github.com/lucasvieirasilva/nx-plugins/blob/main/packages/nx-python/CHANGELOG.md) - [Commits](https://github.com/lucasvieirasilva/nx-plugins/commits/nx-python-v20.13.3/packages/nx-python) --- updated-dependencies: - dependency-name: "@nxlv/python" dependency-version: 20.13.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31be5d11f..76edbab98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "packages/*" ], "devDependencies": { - "@nxlv/python": "^20.2.0", + "@nxlv/python": "^20.13.3", "nx": "^17.3.2", "nx-cloud": "*" } @@ -261,10 +261,11 @@ } }, "node_modules/@nxlv/python": { - "version": "20.2.0", - "resolved": "https://registry.npmjs.org/@nxlv/python/-/python-20.2.0.tgz", - "integrity": "sha512-/1TNkLbsBeN/rYQPLpKtM5DN8hW52c6zeR2VVYduNESL9cZVWTEc9IAC1RH+65nMerVCDvnhXq1XaJSyC8MofQ==", + "version": "20.13.3", + "resolved": "https://registry.npmjs.org/@nxlv/python/-/python-20.13.3.tgz", + "integrity": "sha512-sJzuQWuINCY7/Jopd1OroIdyaEZjEqUd3vo6Xc7lwvweOxOZLIZuJB+WlazUEPBA3lCJBV9dqijEeu5peJ+YVQ==", "dev": true, + "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", "@nx/devkit": "^20.0.0", diff --git a/package.json b/package.json index fd4dfde7c..7dc5b690e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": {}, "private": true, "devDependencies": { - "@nxlv/python": "^20.2.0", + "@nxlv/python": "^20.13.3", "nx": "^17.3.2", "nx-cloud": "latest" },