From 6a4fc906ca154ae9e602deab391890f0ed9d485a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:58:30 +0000 Subject: [PATCH] Update gplugins[sax,schematic,tidy3d] requirement Updates the requirements on [gplugins[sax,schematic,tidy3d]](https://github.com/gdsfactory/gplugins) to permit the latest version. - [Release notes](https://github.com/gdsfactory/gplugins/releases) - [Changelog](https://github.com/gdsfactory/gplugins/blob/main/docs/changelog.md) - [Commits](https://github.com/gdsfactory/gplugins/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: gplugins[sax,schematic,tidy3d] 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 995865b5..90ac0c8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "gdsfactory[cad]==7.4.6", - "gplugins[tidy3d,sax,schematic]>=0.5.0,<0.6.0" + "gplugins[tidy3d,sax,schematic]>=0.5.0,<0.7.0" ] description = "ubcpdk pdk" keywords = ["python"]