From 0844ff83a17c51676e235594427fffe009a9b569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:22:22 +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/CHANGELOG.md) - [Commits](https://github.com/gdsfactory/gplugins/compare/v0.13.0...v0.14.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 59a5bb37..be4da706 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "gdsfactory~=7.26.1", - "gplugins[tidy3d,sax,schematic]>=0.13,<0.14" + "gplugins[tidy3d,sax,schematic]>=0.13,<0.15" ] description = "ubcpdk pdk" keywords = ["python"]