From ad9b754292033735fe90bbc6e8fb39a623bc849f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:14:17 +0000 Subject: [PATCH] Update gdsfactory[cad] requirement from <7.9,>=7.8.9 to >=7.8.9,<7.13 Updates the requirements on [gdsfactory[cad]](https://github.com/gdsfactory/gdsfactory) to permit the latest version. - [Release notes](https://github.com/gdsfactory/gdsfactory/releases) - [Changelog](https://github.com/gdsfactory/gdsfactory/blob/main/CHANGELOG.md) - [Commits](https://github.com/gdsfactory/gdsfactory/compare/v7.8.9...v7.12.0) --- updated-dependencies: - dependency-name: gdsfactory[cad] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c87a5b..0b2b42f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ "Operating System :: OS Independent" ] dependencies = [ - "gdsfactory[cad]>=7.8.9,<7.9" + "gdsfactory[cad]>=7.8.9,<7.13" ] description = "GlobalFoundries 180nm MCU" keywords = ["python"]