aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWanda <wanda@phinode.net>2023-12-13 15:31:33 +0100
committerCatherine <whitequark@whitequark.org>2023-12-13 15:02:57 +0000
commit170675812b71ee722bcf8ccdb88409a9ad97ffe2 (patch)
tree771e4ac198da95dcd56bfe51d8414d5dd7d8fd0c /pyproject.toml
parent48239718d0501c87179db16dc30adb0100831927 (diff)
Bump to amaranth 0.4.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3aa0a13..deea48a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = {file = "LICENSE.txt"}
requires-python = "~=3.8"
dependencies = [
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
- "amaranth>=0.3,<0.5",
+ "amaranth>=0.4,<0.5",
]
[project.urls]