From 2b7d0cd19a6631569cdb9288c2d15faf6b714935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 05:03:51 +0000 Subject: [PATCH] Update vlsir requirement from <5.0.0,>=4.0.0 to >=4.0.0,<6.0.0 Updates the requirements on [vlsir](https://github.com/Vlsir/Vlsir) to permit the latest version. - [Commits](https://github.com/Vlsir/Vlsir/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: vlsir 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 25743ddc..6df418b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ tidy3d = [ "tidy3d>=2.4.0,<2.5.0" ] vlsir = [ - "vlsir>=4.0.0,<5.0.0", + "vlsir>=4.0.0,<6.0.0", "vlsirtools>=4.0.0,<6.0.0" ] web = [