diff --git a/anda/tools/glasgow/remove-dep-versions.patch b/anda/tools/glasgow/remove-dep-versions.patch index dfcad74c02..cec8ad57b8 100644 --- a/anda/tools/glasgow/remove-dep-versions.patch +++ b/anda/tools/glasgow/remove-dep-versions.patch @@ -9,7 +9,7 @@ index c1151748..c3302e60 100644 - "typing_extensions>=4.8,<5", + "typing_extensions", # Amaranth is the core of the Glasgow software/gateware interoperability layer. It uses SemVer. -- "amaranth>=0.5.7,<0.6", +- "amaranth>=0.5.8,<0.6", + "amaranth", # `packaging` is used in the plugin system, `support.plugin`. It uses CalVer: the major version # is the two last digits of the year and the minor version is the release within that year.