We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f197148 commit d7de7e0Copy full SHA for d7de7e0
verilog/dv/mux/pyproject.toml
@@ -3,7 +3,7 @@ name = "tt-mux"
3
requires-python = ">=3.11"
4
dynamic = ["version"]
5
dependencies = [
6
- "cocotb==1.9.1",
+ "cocotb==1.9.2",
7
]
8
9
[tool.setuptools]
verilog/dv/mux/requirements.txt
@@ -1,10 +1,10 @@
1
#
2
-# This file is autogenerated by pip-compile with Python 3.11
+# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
# pip-compile
-cocotb==1.9.1
+cocotb==1.9.2
# via tt-mux (pyproject.toml)
find-libpython==0.4.0
10
# via cocotb
0 commit comments